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 24cc1c0b79 Upgrading cargo-maven3-plugin
24cc1c0b79 is described below
commit 24cc1c0b798ed7ad42a04b140630b93334fda6e6
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 11 15:59:52 2025 +0200
Upgrading cargo-maven3-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bae517c510..49b78d77c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1734,7 +1734,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
- <version>1.10.20</version>
+ <version>1.10.21</version>
<configuration>
<container>
<log>${project.build.directory}/log/cargo.log</log>