Skip to content

Commit

Permalink
TIKA-4162: update aws, bc, reactor.netty, test.containers
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Nov 15, 2023
1 parent 9b8ad9b commit 0b0d3cc
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,15 +306,15 @@

<!-- dependency versions -->
<google.cloud.version>2.29.1</google.cloud.version>
<aws.version>1.12.587</aws.version>
<aws.version>1.12.589</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.
-->
<asm.version>9.6</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
<!-- used by POI, PDFBox and Jackcess ...try to sync -->
<bouncycastle.version>1.76</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<!-- NOTE: sync brotli version with commons-compress-->
<brotli.version>0.1.2</brotli.version>
<commons.cli.version>1.6.0</commons.cli.version>
Expand Down Expand Up @@ -385,7 +385,7 @@
<!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
<poi.version>5.2.3</poi.version>
<quartz.version>2.3.2</quartz.version>
<reactor.netty.version>1.1.12</reactor.netty.version>
<reactor.netty.version>1.1.13</reactor.netty.version>
<rome.version>2.1.0</rome.version>
<scm.version>2.0.1</scm.version>
<sis.version>1.3</sis.version>
Expand All @@ -395,7 +395,7 @@
<spring.version>5.3.30</spring.version>
<sqlite.version>3.43.2.2</sqlite.version>
<tagsoup.version>1.2.1</tagsoup.version>
<test.containers.version>1.19.1</test.containers.version>
<test.containers.version>1.19.2</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

0 comments on commit 0b0d3cc

Please sign in to comment.