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


The following commit(s) were added to refs/heads/main by this push:
     new a22687048 TIKA-4327: update aws, testcontainers
a22687048 is described below

commit a22687048b4ece59e7ef320a51108f296cfb3809
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Feb 20 12:23:21 2025 +0100

    TIKA-4327: 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 abcd6db50..b9cd2b694 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.48.2</google.cloud.version>
-    <aws.version>1.12.781</aws.version>
+    <aws.version>1.12.782</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.
@@ -439,7 +439,7 @@
     <spring.version>6.2.2</spring.version>
     <sqlite.version>3.49.0.0</sqlite.version>
     <stax.ex.version>2.1.0</stax.ex.version>
-    <testcontainers.version>1.20.4</testcontainers.version>
+    <testcontainers.version>1.20.5</testcontainers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent -->
     <tukaani.version>1.10</tukaani.version>
     <twelvemonkeys.version>3.12.0</twelvemonkeys.version>

Reply via email to