This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 963a14557a Multiple ConnId upgrades
963a14557a is described below
commit 963a14557aff45974db292f6ae208b5eb99fb9be
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Oct 2 09:53:50 2025 +0200
Multiple ConnId upgrades
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 83db42c4d8..dc8980a661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,10 +395,10 @@ under the License.
<project.build.outputTimestamp>2025-08-08T07:58:59Z</project.build.outputTimestamp>
<syncope.version>${project.version}</syncope.version>
- <connid.version>1.5.3.0-SNAPSHOT</connid.version>
+ <connid.version>1.5.3.0</connid.version>
<connid.soap.version>1.4.5</connid.soap.version>
- <connid.rest.version>1.0.9-SNAPSHOT</connid.rest.version>
- <connid.db.version>2.3.1-SNAPSHOT</connid.db.version>
+ <connid.rest.version>1.0.9</connid.rest.version>
+ <connid.db.version>2.3.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>
@@ -1051,7 +1051,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>
<dependency>