This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new b86ebb47b TIKA-4162: update aws, azure
b86ebb47b is described below
commit b86ebb47b82ec3805f6d0c335953d1ec3d3e41c4
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Apr 6 10:57:44 2024 +0200
TIKA-4162: update aws, azure
---
tika-parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1a83a3e1d..2e2114c02 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -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.
@@ -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>