This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_1_X by this push:
new 9ae6ac40de Upgrading ConnId REST and DB bundles
9ae6ac40de is described below
commit 9ae6ac40de130cc37a37c5f4ac28c9f61a6c6d31
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 79834c2c1d..3b7ecefa46 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>