This is an automated email from the ASF dual-hosted git repository.
THausherr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 59091c2a7b Bump software.amazon.awssdk:bom from 2.53.1 to 2.54.1
(#3061)
59091c2a7b is described below
commit 59091c2a7b6c32ac51798e9b7dbd891b295d65f5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 07:52:51 2026 +0200
Bump software.amazon.awssdk:bom from 2.53.1 to 2.54.1 (#3061)
Bumps software.amazon.awssdk:bom from 2.53.1 to 2.54.1.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.54.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 afbd822b78..94d07447ea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -320,7 +320,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.71.0</google.cloud.version>
- <aws2.version>2.53.1</aws2.version>
+ <aws2.version>2.54.1</aws2.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.