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
commit 87e01f9b586d019f5f4dd2644f749dd0f03c8619
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 3 22:44:20 2026 +0000
Bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.26 to 1.10.27
Bumps org.codehaus.cargo:cargo-maven3-plugin from 1.10.26 to 1.10.27.
---
updated-dependencies:
- dependency-name: org.codehaus.cargo:cargo-maven3-plugin
dependency-version: 1.10.27
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
fit/build-tools/pom.xml | 2 +-
fit/core-reference/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 8c066a0e7e..20b0bd11fd 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -391,7 +391,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>wildfly38x</containerId>
+ <containerId>wildfly39x</containerId>
<zipUrlInstaller>
<url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 6d4d108a0b..5bd2a58e18 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1409,7 +1409,7 @@ under the License.
<inherited>true</inherited>
<configuration>
<container>
- <containerId>wildfly38x</containerId>
+ <containerId>wildfly39x</containerId>
<zipUrlInstaller>
<url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-preview-${wildfly.version}.zip</url>
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/pom.xml b/pom.xml
index 2f576c7d11..d4461a0f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1766,7 +1766,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
- <version>1.10.26</version>
+ <version>1.10.27</version>
<configuration>
<container>
<log>${project.build.directory}/log/cargo.log</log>