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 d9c0597a5 TIKA-4239: update aws, google cloud, azure, testcontainers
d9c0597a5 is described below

commit d9c0597a53641dae82e27431bf0bc4ba65b462ac
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri May 10 14:09:26 2024 +0200

    TIKA-4239: update aws, google cloud, azure, testcontainers
---
 tika-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b1efb8aa3..83bd10c6a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,8 +306,8 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.37.0</google.cloud.version>
-    <aws.version>1.12.715</aws.version>
+    <google.cloud.version>2.38.0</google.cloud.version>
+    <aws.version>1.12.719</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.
@@ -398,7 +398,7 @@
     <spring.version>5.3.33</spring.version>
     <sqlite.version>3.45.3.0</sqlite.version>
     <tagsoup.version>1.2.1</tagsoup.version>
-    <test.containers.version>1.19.7</test.containers.version>
+    <test.containers.version>1.19.8</test.containers.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parent-->
     <tukaani.version>1.9</tukaani.version>
     <twelvemonkeys.version>3.10.1</twelvemonkeys.version>
@@ -492,7 +492,7 @@
       <dependency>
         <groupId>com.azure</groupId>
         <artifactId>azure-core</artifactId>
-        <version>1.48.0</version>
+        <version>1.49.0</version>
       </dependency>
       <dependency>
         <groupId>com.azure</groupId>

Reply via email to