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
commit 23a8f7c7833d633c22d3ebe857077534ee3ce060
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 9 23:26:06 2025 +0000
Bump org.codehaus.cargo:cargo-maven3-plugin from 1.10.19 to 1.10.20
Bumps org.codehaus.cargo:cargo-maven3-plugin from 1.10.19 to 1.10.20.
---
updated-dependencies:
- dependency-name: org.codehaus.cargo:cargo-maven3-plugin
dependency-version: 1.10.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8eca3842a4..cac397d7a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1723,7 +1723,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
- <version>1.10.19</version>
+ <version>1.10.20</version>
<configuration>
<container>
<log>${project.build.directory}/log/cargo.log</log>