Skip to content

Commit

Permalink
TIKA-4162: update aws, jwarc, commons-codec, solrj, testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Feb 9, 2024
1 parent 29d3598 commit 47a94f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.33.0</google.cloud.version>
<aws.version>1.12.654</aws.version>
<aws.version>1.12.655</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 All @@ -319,7 +319,7 @@
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<commons.cli.version>1.6.0</commons.cli.version>
<commons.codec.version>1.16.0</commons.codec.version>
<commons.codec.version>1.16.1</commons.codec.version>
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.25.0</commons.compress.version>
<commons.csv.version>1.10.0</commons.csv.version>
Expand Down Expand Up @@ -391,12 +391,12 @@
<scm.version>2.0.1</scm.version>
<sis.version>1.3</sis.version>
<slf4j.version>2.0.10</slf4j.version>
<solrj.version>8.11.2</solrj.version>
<solrj.version>8.11.3</solrj.version>
<!-- NOTE: Spring 6 requires jdk17 -->
<spring.version>5.3.31</spring.version>
<sqlite.version>3.45.1.0</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.19.4</test.containers.version>
<test.containers.version>1.19.5</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 @@ -875,7 +875,7 @@
<dependency>
<groupId>org.netpreserve</groupId>
<artifactId>jwarc</artifactId>
<version>0.28.5</version>
<version>0.28.6</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
Expand Down

0 comments on commit 47a94f1

Please sign in to comment.