This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits 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 ccb968cc3b TIKA-4327: update aws, commons logging, spotless
ccb968cc3b is described below

commit ccb968cc3b94b55790697c410659713d53a4570e
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Jun 18 17:34:58 2026 +0200

    TIKA-4327: update aws, commons logging, spotless
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 757cb20808..7424b652ba 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -316,7 +316,7 @@
     <!-- dependency versions -->
     <!-- change threetenbp exclusion version -->
     <google.cloud.version>2.69.0</google.cloud.version>
-    <aws2.version>2.46.10</aws2.version>
+    <aws2.version>2.46.13</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.
@@ -338,7 +338,7 @@
     <commons.fileupload.version>1.6.0</commons.fileupload.version>
     <commons.io.version>2.22.0</commons.io.version>
     <commons.lang3.version>3.20.0</commons.lang3.version>
-    <commons.logging.version>1.3.6</commons.logging.version>
+    <commons.logging.version>1.4.0</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.12.0</commons.net.version>
     <ctakes.version>6.0.0</ctakes.version>
@@ -1581,7 +1581,7 @@
       <plugin>
         <groupId>com.diffplug.spotless</groupId>
         <artifactId>spotless-maven-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.7.0</version>
         <configuration>
           <lineEndings>UNIX</lineEndings>
           <java>

Reply via email to