This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 1bd1f7bdd TIKA-4488: update aws, testcontainers
1bd1f7bdd is described below
commit 1bd1f7bddf05c7767be1e3add5464c03b54dce53
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Nov 14 12:30:26 2025 +0100
TIKA-4488: update aws, testcontainers
---
tika-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 4f2ee78ff..03ea66db7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -310,7 +310,7 @@
<!-- dependency versions -->
<!-- change threetenbp exclusion version -->
<google.cloud.version>2.60.0</google.cloud.version>
- <aws2.version>2.38.5</aws2.version>
+ <aws2.version>2.38.6</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.
@@ -438,7 +438,7 @@
<spring.version>5.3.39</spring.version>
<sqlite.version>3.51.0.0</sqlite.version>
<stax.ex.version>2.1.0</stax.ex.version>
- <testcontainers.version>2.0.1</testcontainers.version>
+ <testcontainers.version>2.0.2</testcontainers.version>
<testcontainersv1.version>1.21.3</testcontainersv1.version>
<!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
<tukaani.version>1.10</tukaani.version>