Skip to content

Commit 110fc5f

Browse files
committed
TIKA-4327: update google-auth-library-oauth2-http, aws2, google cloud, biz.aqute, jna, kotlin, micronaut
1 parent a23433c commit 110fc5f

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

  • tika-parent
  • tika-pipes/tika-pipes-plugins/tika-pipes-google-drive

tika-parent/pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,15 @@
315315
<spotless.header.file>${maven.multiModuleProjectDirectory}/tika-parent/license-header.txt</spotless.header.file>
316316
<!-- dependency versions -->
317317
<!-- change threetenbp exclusion version -->
318-
<google.cloud.version>2.68.0</google.cloud.version>
319-
<aws2.version>2.45.1</aws2.version>
318+
<google.cloud.version>2.69.0</google.cloud.version>
319+
<aws2.version>2.46.5</aws2.version>
320320
<!-- WARNING: when you upgrade asm make sure that you update the
321321
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
322322
See TIKA-2992.
323323
-->
324324
<asm.version>9.10.1</asm.version>
325325
<azure.version>1.3.7</azure.version>
326-
<biz.aqute.version>7.2.3</biz.aqute.version>
326+
<biz.aqute.version>7.3.0</biz.aqute.version>
327327
<boilerpipe.version>1.1.0</boilerpipe.version>
328328
<!-- used by POI, PDFBox and Jackcess encrypt ...try to sync -->
329329
<bouncycastle.version>1.84</bouncycastle.version>
@@ -395,7 +395,7 @@
395395
<jetty.version>11.0.26</jetty.version>
396396
<jetty.http2.version>11.0.26</jetty.http2.version>
397397
<jhighlight.version>2.0.0</jhighlight.version>
398-
<jna.version>5.18.1</jna.version>
398+
<jna.version>5.19.0</jna.version>
399399
<json.simple.version>1.1.1</json.simple.version>
400400
<jsoup.version>1.22.2</jsoup.version>
401401
<jsr305.version>3.0.2</jsr305.version>
@@ -404,7 +404,7 @@
404404
<junrar.version>7.6.0</junrar.version>
405405
<jwarc.version>0.36.0</jwarc.version>
406406
<kafka.version>4.3.0</kafka.version>
407-
<kotlin-stdlib.version>2.3.21</kotlin-stdlib.version>
407+
<kotlin-stdlib.version>2.4.0</kotlin-stdlib.version>
408408
<libpst.version>0.9.3</libpst.version>
409409
<log4j2.version>2.26.0</log4j2.version>
410410
<lombok.version>1.18.46</lombok.version>
@@ -415,7 +415,7 @@
415415
<microsoft.translator.version>0.6.2</microsoft.translator.version>
416416
<!-- can't update to 4 because Apache Ignite needs io.micronaut.core.convert.DefaultConversionService
417417
which no longer exists in 4.0: https://stackoverflow.com/questions/79937141/ -->
418-
<micronaut.version>3.10.7</micronaut.version>
418+
<micronaut.version>3.10.8</micronaut.version>
419419
<mime4j.version>0.8.14</mime4j.version>
420420
<mockito.version>5.23.0</mockito.version>
421421
<mockito-junit-jupiter.version>5.23.0</mockito-junit-jupiter.version>
@@ -1237,6 +1237,12 @@
12371237
<artifactId>jakarta.inject-api</artifactId>
12381238
<version>2.0.1.MR</version>
12391239
</dependency>
1240+
<!-- TODO try removing after updating aws2, last tested with 2.46.5, trouble with transcribe -->
1241+
<dependency>
1242+
<groupId>org.apache.httpcomponents.core5</groupId>
1243+
<artifactId>httpcore5</artifactId>
1244+
<version>5.4.2</version>
1245+
</dependency>
12401246
</dependencies>
12411247
</dependencyManagement>
12421248

tika-pipes/tika-pipes-plugins/tika-pipes-google-drive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin.excluded.artifactIds>tika-core,tika-pipes-api,tika-serialization,tika-plugins-core</plugin.excluded.artifactIds>
3232
<plugin.excluded.groupIds>org.apache.logging.log4j,org.slf4j</plugin.excluded.groupIds>
3333
<google-api-services-drive.version>v3-rev20260428-2.0.0</google-api-services-drive.version>
34-
<google-auth-library-oauth2-http.version>1.47.0</google-auth-library-oauth2-http.version>
34+
<google-auth-library-oauth2-http.version>1.48.0</google-auth-library-oauth2-http.version>
3535
<google-api-client.version>2.9.0</google-api-client.version>
3636
<google-http-client.version>2.1.0</google-http-client.version>
3737
</properties>

0 commit comments

Comments
 (0)