Skip to content

Commit

Permalink
TIKA-4162: update aws, azure
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Apr 6, 2024
1 parent 2aadc3d commit b86ebb4
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.36.1</google.cloud.version>
<aws.version>1.12.695</aws.version>
<aws.version>1.12.696</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 @@ -492,12 +492,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.47.0</version>
<version>1.48.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.14.1</version>
<version>1.14.2</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit b86ebb4

Please sign in to comment.