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

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new e69984cd17 Upgrading Tika, maven-surefire-plugin and 
maven-failsafe-plugin
e69984cd17 is described below

commit e69984cd17c1528a239c43d2df03adc304175a84
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Sep 16 08:21:21 2025 +0200

    Upgrading Tika, maven-surefire-plugin and maven-failsafe-plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a303992208..5640740d18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>3.2.2</version>
+        <version>3.2.3</version>
       </dependency>
 
       <dependency>
@@ -1769,7 +1769,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.3</version>
+          <version>3.5.4</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1779,7 +1779,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.5.3</version>
+          <version>3.5.4</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>

Reply via email to