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/01/10 19:09:47 UTC

(tika) branch branch_2x updated: TIKA-4162: update failsafe + surefire + apache rat plugins, aws, google cloud, commons exec, reactor netty, reactor core

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 e1e51c92b TIKA-4162: update failsafe + surefire + apache rat plugins, aws, google cloud, commons exec, reactor netty, reactor core
e1e51c92b is described below

commit e1e51c92b5405696cecea7c7fbb418f502048768
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Wed Jan 10 20:09:34 2024 +0100

    TIKA-4162: update failsafe + surefire + apache rat plugins, aws, google cloud, commons exec, reactor netty, reactor core
---
 tika-parent/pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c6a206b5c..e140d7583 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -294,20 +294,20 @@
     <maven.assembly.version>3.6.0</maven.assembly.version>
     <maven.bundle.version>5.1.9</maven.bundle.version>
     <maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
-    <maven.failsafe.version>3.2.3</maven.failsafe.version>
     <maven.javadoc.version>3.6.3</maven.javadoc.version>
     <maven.jar.version>3.3.0</maven.jar.version>
     <maven.scr.version>1.26.4</maven.scr.version>
-    <maven.surefire.version>3.2.3</maven.surefire.version>
+    <maven.failsafe.version>3.2.5</maven.failsafe.version>
+    <maven.surefire.version>3.2.5</maven.surefire.version>
     <maven.shade.version>3.5.1</maven.shade.version>
     <maven.project.info.reports.version>3.5.0</maven.project.info.reports.version>
     <!-- need above java 8 for 10.[0-2] -->
     <puppycrawl.version>9.3</puppycrawl.version>
-    <rat.version>0.15</rat.version>
+    <rat.version>0.16</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.30.1</google.cloud.version>
-    <aws.version>1.12.629</aws.version>
+    <google.cloud.version>2.31.0</google.cloud.version>
+    <aws.version>1.12.633</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.
@@ -323,7 +323,7 @@
     <commons.collections4.version>4.4</commons.collections4.version>
     <commons.compress.version>1.25.0</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
-    <commons.exec.version>1.3</commons.exec.version>
+    <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.15.1</commons.io.version>
     <commons.lang3.version>3.14.0</commons.lang3.version>
     <commons.logging.version>1.3.0</commons.logging.version>
@@ -386,7 +386,7 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>5.2.5</poi.version>
     <quartz.version>2.3.2</quartz.version>
-    <reactor.netty.version>1.1.14</reactor.netty.version>
+    <reactor.netty.version>1.1.15</reactor.netty.version>
     <rome.version>2.1.0</rome.version>
     <scm.version>2.0.1</scm.version>
     <sis.version>1.3</sis.version>
@@ -670,7 +670,7 @@
       <dependency>
         <groupId>io.projectreactor</groupId>
         <artifactId>reactor-core</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2</version>
       </dependency>
       <dependency>
         <groupId>io.projectreactor.netty</groupId>