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 554a9859ba Upgrading ConnId REST and DB bundles
554a9859ba is described below

commit 554a9859bae5019d977a288b93e72943f19a4f76
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jul 15 15:25:09 2026 +0200

    Upgrading ConnId REST and DB bundles
---
 .../apache/syncope/client/console/implementations/MyCommand.groovy    | 1 +
 pom.xml                                                               | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/implementations/MyCommand.groovy
 
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/implementations/MyCommand.groovy
index 20cdfdf72a..246d4aa0e4 100644
--- 
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/implementations/MyCommand.groovy
+++ 
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/implementations/MyCommand.groovy
@@ -18,6 +18,7 @@
  */
 import org.apache.syncope.common.lib.command.CommandArgs
 import org.apache.syncope.core.provisioning.api.macro.Command
+import org.apache.syncope.core.provisioning.api.macro.Command.Result
 
 class MyCommand implements Command<CommandArgs> {
 
diff --git a/pom.xml b/pom.xml
index c787bf2d31..41421088f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -417,8 +417,8 @@ under the License.
 
     <connid.version>1.6.1.1</connid.version>
     <connid.soap.version>1.5.0</connid.soap.version>
-    <connid.rest.version>1.1.1</connid.rest.version>
-    <connid.db.version>2.4.1</connid.db.version>
+    <connid.rest.version>1.1.2</connid.rest.version>
+    <connid.db.version>2.4.2</connid.db.version>
     <connid.csvdir.version>0.8.10</connid.csvdir.version>
     <connid.ldap.version>1.5.10</connid.ldap.version>
     <connid.ad.version>1.4.0</connid.ad.version>

Reply via email to