This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 65491fdcf17aa755419e24b4ca24c1b61f467468 Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jul 26 11:02:49 2024 +0200 TIKA-4166: 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 c2ca3efa2..d1d3188d9 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -309,7 +309,7 @@ <!-- dependency versions --> <!-- change threetenbp exclusion version --> <google.cloud.version>2.40.1</google.cloud.version> - <aws.version>1.12.762</aws.version> + <aws.version>1.12.765</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.
