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

commit ffa545f2fa1edf170a48f57b873f48dfd6e50193
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 +-
 fit/core-reference/src/main/resources/core-wildfly.properties | 2 +-
 pom.xml                                                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index 56814e3658..07e948c40e 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -383,7 +383,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 843f5675fc..8465c0afa6 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1393,7 +1393,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/src/main/resources/core-wildfly.properties 
b/fit/core-reference/src/main/resources/core-wildfly.properties
index b1b34b58f1..f8c3e31e9b 100644
--- a/fit/core-reference/src/main/resources/core-wildfly.properties
+++ b/fit/core-reference/src/main/resources/core-wildfly.properties
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly38x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly38x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar,
 Resources=##orm##)
+persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly39x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly39x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar,
 Resources=##orm##)
 
 
javadocPaths=/WEB-INF/lib/syncope-common-idrepo-rest-api-${syncope.version}-javadoc.jar,\
 /WEB-INF/lib/syncope-common-idm-rest-api-${syncope.version}-javadoc.jar,\
diff --git a/pom.xml b/pom.xml
index e9523293b0..6f001b8674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1776,7 +1776,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>

Reply via email to