Skip to content

Commit

Permalink
TIKA-4162: update aws, spring, protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Feb 16, 2024
1 parent 2eeb566 commit f22eb81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@

<!-- dependency versions -->
<google.cloud.version>2.34.0</google.cloud.version>
<aws.version>1.12.659</aws.version>
<aws.version>1.12.660</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 @@ -394,7 +394,7 @@
<slf4j.version>2.0.10</slf4j.version>
<solrj.version>8.11.3</solrj.version>
<!-- NOTE: Spring 6 requires jdk17 -->
<spring.version>5.3.31</spring.version>
<spring.version>5.3.32</spring.version>
<sqlite.version>3.45.1.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.19.5</test.containers.version>
Expand Down Expand Up @@ -589,7 +589,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.1</version>
<version>3.25.3</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down

0 comments on commit f22eb81

Please sign in to comment.