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


The following commit(s) were added to refs/heads/master by this push:
     new 4912478973 Multiple ConnId upgrades
4912478973 is described below

commit 49124789732cdac2eefb514cff14905216c06fd6
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Oct 2 09:55:44 2025 +0200

    Multiple ConnId upgrades
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 692a50c2a6..86a3be9ca4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,10 +395,10 @@ under the License.
     
<project.build.outputTimestamp>2025-04-05T12:25:38Z</project.build.outputTimestamp>
     <syncope.version>${project.version}</syncope.version>
 
-    <connid.version>1.6.1.0-SNAPSHOT</connid.version>
+    <connid.version>1.6.1.0</connid.version>
     <connid.soap.version>1.5.0</connid.soap.version>
-    <connid.rest.version>1.1.1-SNAPSHOT</connid.rest.version>
-    <connid.db.version>2.4.1-SNAPSHOT</connid.db.version>
+    <connid.rest.version>1.1.1</connid.rest.version>
+    <connid.db.version>2.4.1</connid.db.version>
     <connid.csvdir.version>0.8.9</connid.csvdir.version>
     <connid.ldap.version>1.5.10</connid.ldap.version>
     <connid.ad.version>1.4.0</connid.ad.version>
@@ -1002,7 +1002,7 @@ under the License.
       <dependency>
         <groupId>net.tirasa</groupId>
         <artifactId>groovy-security-sandbox</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
       </dependency>
 
       <!-- Flowable -->

Reply via email to