You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2024/02/23 09:51:32 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, mchange-commons-java

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 84a771743 TIKA-4162: update aws, mchange-commons-java
84a771743 is described below

commit 84a771743459c1f2db0b38d719600b2c4a645987
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Feb 23 10:51:23 2024 +0100

    TIKA-4162: update aws, mchange-commons-java
---
 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 5b87a3b56..43688f424 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.34.0</google.cloud.version>
-    <aws.version>1.12.664</aws.version>
+    <aws.version>1.12.665</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.
@@ -527,7 +527,7 @@
       <dependency>
         <groupId>com.mchange</groupId>
         <artifactId>mchange-commons-java</artifactId>
-        <version>0.2.20</version>
+        <version>0.3.0</version>
       </dependency>
       <dependency>
         <groupId>com.beust</groupId>