Skip to content

Commit

Permalink
TIKA-4162: update jetbrains annotations, aws, versions, compress, jac…
Browse files Browse the repository at this point in the history
…kson, reactor-core, protobuf
  • Loading branch information
THausherr committed Nov 17, 2023
1 parent 0b0d3cc commit a8c3879
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tika-langdetect/tika-langdetect-optimaize/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<version>24.1.0</version>
</dependency>
<!-- test dependencies -->
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@

<!-- dependency versions -->
<google.cloud.version>2.29.1</google.cloud.version>
<aws.version>1.12.589</aws.version>
<aws.version>1.12.590</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 @@ -320,7 +320,7 @@
<commons.cli.version>1.6.0</commons.cli.version>
<commons.codec.version>1.16.0</commons.codec.version>
<commons.collections4.version>4.4</commons.collections4.version>
<commons.compress.version>1.24.0</commons.compress.version>
<commons.compress.version>1.25.0</commons.compress.version>
<commons.csv.version>1.10.0</commons.csv.version>
<commons.exec.version>1.3</commons.exec.version>
<commons.io.version>2.15.0</commons.io.version>
Expand All @@ -343,7 +343,7 @@
<icu4j.version>62.2</icu4j.version>
<imageio.version>1.4.0</imageio.version>
<jackrabbit.version>2.21.20</jackrabbit.version>
<jackson.version>2.15.3</jackson.version>
<jackson.version>2.16.0</jackson.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<javax.jcr.version>2.0</javax.jcr.version>
<javax.rest.version>2.1.1</javax.rest.version>
Expand Down Expand Up @@ -586,7 +586,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.0</version>
<version>3.25.1</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -668,7 +668,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.11</version>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down Expand Up @@ -989,7 +989,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
Expand Down

0 comments on commit a8c3879

Please sign in to comment.