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 9584811d0 TIKA-4123: update aws, azure
9584811d0 is described below
commit 9584811d051d1601cc33de46a72757ff1913e652
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 7 11:55:53 2023 +0200
TIKA-4123: update aws, azure
---
tika-parent/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 167b07968..2782527ab 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,7 +306,7 @@
<!-- dependency versions -->
<google.cloud.version>2.27.1</google.cloud.version>
- <aws.version>1.12.564</aws.version>
+ <aws.version>1.12.565</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.
@@ -466,6 +466,7 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
+ <!-- can't update to 7.0.0: "class file has wrong version 61.0, should
be 52.0" -->
<version>6.4.1</version>
</dependency>
<dependency>
@@ -481,7 +482,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
- <version>1.43.0</version>
+ <version>1.44.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>