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 11d615ca4c Multiple ConnId upgrades
11d615ca4c is described below
commit 11d615ca4c28fb2b1f5242e3ab571733b95e569a
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 538a361bc4..980abe6354 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,10 +395,10 @@ under the License.
<project.build.outputTimestamp>2025-08-08T07:03:20Z</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>
@@ -993,7 +993,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 -->