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

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

commit c7044beadbe3bd542c23d15abedca8a0239d0d51
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue May 12 09:46:49 2026 +0200

    Upgrading Groovy and Tika
---
 core/idrepo/logic/pom.xml | 5 -----
 pom.xml                   | 8 ++++----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/core/idrepo/logic/pom.xml b/core/idrepo/logic/pom.xml
index 2591dbb2c7..130d9bcf54 100644
--- a/core/idrepo/logic/pom.xml
+++ b/core/idrepo/logic/pom.xml
@@ -47,11 +47,6 @@ under the License.
       <artifactId>spring-context-support</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.tika</groupId>
-      <artifactId>tika-core</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.syncope.core</groupId>
       <artifactId>syncope-core-provisioning-java</artifactId>
diff --git a/pom.xml b/pom.xml
index aba0b8c20d..6d3de2a849 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,7 +444,7 @@ under the License.
 
     <zxing.version>3.5.4</zxing.version>
 
-    <groovy.version>5.0.5</groovy.version>
+    <groovy.version>6.0.0-alpha-1</groovy.version>
 
     <flowable.version>8.0.0</flowable.version>
     <flowable-old.version>6.8.1</flowable-old.version>
@@ -945,7 +945,7 @@ under the License.
       <dependency>
         <groupId>org.apache.tika</groupId>
         <artifactId>tika-core</artifactId>
-        <version>3.3.0</version>
+        <version>4.0.0-alpha-1</version>
       </dependency>
 
       <dependency>
@@ -2206,8 +2206,8 @@ under the License.
             <link>https://nightlies.apache.org/wicket/apidocs/10.x/</link>
             
<link>https://commons.apache.org/proper/commons-lang/javadocs/api-release/</link>
             
<link>https://commons.apache.org/proper/commons-jexl/apidocs/</link>
-            <link>https://tika.apache.org/3.3.0/api/</link>
-            <link>https://docs.hibernate.org/orm/7.2/javadocs/</link>
+            <link>https://tika.apache.org/4.0.0-alpha-1/api/</link>
+            <link>https://docs.hibernate.org/orm/7.3/javadocs/</link>
             <link>https://docs.spring.io/spring-boot/4.0/api/java/</link>
             
<link>https://docs.spring.io/spring-framework/docs/7.0.x/javadoc-api/</link>
             
<link>https://docs.spring.io/spring-security/site/docs/7.0.x/api/</link>

Reply via email to