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 1646aeffaf Upgrading maven-deploy-plugin and maven-site-plugin
1646aeffaf is described below
commit 1646aeffafea012e51370b94d30371966bfe1e4b
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Aug 20 09:26:29 2024 +0200
Upgrading maven-deploy-plugin and maven-site-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0cd8e53742..41c5a18fe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2148,7 +2148,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.2</version>
+ <version>3.1.3</version>
</plugin>
<plugin>
@@ -2311,7 +2311,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.12.1</version>
+ <version>3.20.0</version>
<configuration>
<locales>en</locales>
<generateProjectInfo>false</generateProjectInfo>