Skip to content

Commit

Permalink
TIKA-4239: update aws, google cloud, azure, testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed May 10, 2024
1 parent 4ef2bf1 commit d9c0597
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@
<rat.version>0.16.1</rat.version>

<!-- dependency versions -->
<google.cloud.version>2.37.0</google.cloud.version>
<aws.version>1.12.715</aws.version>
<google.cloud.version>2.38.0</google.cloud.version>
<aws.version>1.12.719</aws.version>
<!-- WARNING: when you upgrade asm make sure that you update the
OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
See TIKA-2992.
Expand Down Expand Up @@ -398,7 +398,7 @@
<spring.version>5.3.33</spring.version>
<sqlite.version>3.45.3.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.19.7</test.containers.version>
<test.containers.version>1.19.8</test.containers.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
<tukaani.version>1.9</tukaani.version>
<twelvemonkeys.version>3.10.1</twelvemonkeys.version>
Expand Down Expand Up @@ -492,7 +492,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0</version>
<version>1.49.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit d9c0597

Please sign in to comment.