Skip to content

Commit

Permalink
TIKA-4162: update aws, azure, woodstox, stax2
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Jan 18, 2024
1 parent e1e51c9 commit 2c1c239
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 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.31.0</google.cloud.version>
<aws.version>1.12.633</aws.version>
<aws.version>1.12.639</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 @@ -495,7 +495,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.8</version>
<version>1.13.11</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand All @@ -516,7 +516,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.0</version>
</dependency>
<dependency>
<groupId>com.mchange</groupId>
Expand Down Expand Up @@ -974,6 +974,13 @@
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
<!-- convergence problems in Apache Tika Azure Blob fetcher,
might be removed after update of azure-storage-blob higher than 12.25.1 -->
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 2c1c239

Please sign in to comment.