Skip to content

Commit 0990ad1

Browse files
committed
TIKA-4239: update aws, google cloud, azure, jackrabbit, testcontainers, javacpp, jwarc, versions plugin
1 parent 5d69192 commit 0990ad1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tika-parent/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@
308308
<rat.version>0.16.1</rat.version>
309309

310310
<!-- dependency versions -->
311-
<google.cloud.version>2.44.1</google.cloud.version>
312-
<aws.version>1.12.777</aws.version>
311+
<google.cloud.version>2.45.0</google.cloud.version>
312+
<aws.version>1.12.778</aws.version>
313313
<!-- WARNING: when you upgrade asm make sure that you update the
314314
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
315315
See TIKA-2992.
@@ -382,7 +382,7 @@
382382
<netcdf-java.version>4.5.5</netcdf-java.version>
383383
<!-- 4.2.0.Alpha4 tested successfully -->
384384
<netty.version>4.1.115.Final</netty.version>
385-
<oak.jackrabbit.version>1.70.0</oak.jackrabbit.version>
385+
<oak.jackrabbit.version>1.72.0</oak.jackrabbit.version>
386386
<openjson.version>1.0.13</openjson.version>
387387
<!-- 2.0.0 doesn't compile with jdk8 -->
388388
<opennlp.version>1.9.4</opennlp.version>
@@ -409,7 +409,7 @@
409409
<spring.version>5.3.39</spring.version>
410410
<sqlite.version>3.47.0.0</sqlite.version>
411411
<tagsoup.version>1.2.1</tagsoup.version>
412-
<test.containers.version>1.20.3</test.containers.version>
412+
<test.containers.version>1.20.4</test.containers.version>
413413
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
414414
<tukaani.version>1.10</tukaani.version>
415415
<twelvemonkeys.version>3.12.0</twelvemonkeys.version>
@@ -426,7 +426,7 @@
426426
<snappy.java.version>1.1.10.7</snappy.java.version>
427427
<!-- can't update to 1.4, these need jdk11 -->
428428
<logback.version>1.3.14</logback.version>
429-
<javacpp.version>1.5.10</javacpp.version>
429+
<javacpp.version>1.5.11</javacpp.version>
430430
<!-- h2 2.3 requires jdk11 -->
431431
<h2.version>2.2.224</h2.version>
432432
<!-- This has to be < 3.9 to work with Solr 8's integration tests (doesn't fail on windows) -->
@@ -505,22 +505,22 @@
505505
<dependency>
506506
<groupId>com.azure</groupId>
507507
<artifactId>azure-storage-blob</artifactId>
508-
<version>12.28.1</version>
508+
<version>12.29.0</version>
509509
</dependency>
510510
<dependency>
511511
<groupId>com.azure</groupId>
512512
<artifactId>azure-storage-common</artifactId>
513-
<version>12.27.1</version>
513+
<version>12.28.0</version>
514514
</dependency>
515515
<dependency>
516516
<groupId>com.azure</groupId>
517517
<artifactId>azure-core</artifactId>
518-
<version>1.54.0</version>
518+
<version>1.54.1</version>
519519
</dependency>
520520
<dependency>
521521
<groupId>com.azure</groupId>
522522
<artifactId>azure-core-http-netty</artifactId>
523-
<version>1.15.6</version>
523+
<version>1.15.1</version>
524524
</dependency>
525525
<dependency>
526526
<groupId>com.drewnoakes</groupId>
@@ -885,7 +885,7 @@
885885
<dependency>
886886
<groupId>org.netpreserve</groupId>
887887
<artifactId>jwarc</artifactId>
888-
<version>0.30.0</version>
888+
<version>0.31.0</version>
889889
</dependency>
890890
<dependency>
891891
<groupId>org.opengis</groupId>
@@ -1040,7 +1040,7 @@
10401040
<plugin>
10411041
<groupId>org.codehaus.mojo</groupId>
10421042
<artifactId>versions-maven-plugin</artifactId>
1043-
<version>2.17.1</version>
1043+
<version>2.18.0</version>
10441044
<configuration>
10451045
<generateBackupPoms>false</generateBackupPoms>
10461046
</configuration>

0 commit comments

Comments
 (0)