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 859e7259d TIKA-4162: update aws
859e7259d is described below
commit 859e7259d052adeef26f427e9c747accc1903639
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Mar 20 19:34:32 2024 +0100
TIKA-4162: update aws
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index dd343e095..681a91144 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
<!-- dependency versions -->
<google.cloud.version>2.36.0</google.cloud.version>
- <aws.version>1.12.682</aws.version>
+ <aws.version>1.12.683</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.