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 fd9b62467 TIKA-4162: update aws
fd9b62467 is described below
commit fd9b624675dff2ac4a0c0d74b1bd97d91788afe1
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 26 11:40:39 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 fbf2a5fae..7955447f0 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.686</aws.version>
+ <aws.version>1.12.687</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.