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 ebad5d4375 Upgrading cargo-maven3-plugin and maven-deploy-plugin
ebad5d4375 is described below
commit ebad5d43753ab0569df5bff6c386485f99cd83ce
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Apr 30 07:56:59 2024 +0200
Upgrading cargo-maven3-plugin and maven-deploy-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 030f4904be..878a54d2f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1699,7 +1699,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
- <version>1.10.12</version>
+ <version>1.10.13</version>
<configuration>
<container>
<log>${project.build.directory}/log/cargo.log</log>
@@ -2163,7 +2163,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.1.2</version>
</plugin>
<plugin>