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 a419f2d00c Upgrading maven-project-info-reports-plugin and
maven-deploy-plugin
a419f2d00c is described below
commit a419f2d00c8a607a8f6c5306237c7a65d09ad148
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Feb 27 11:05:19 2025 +0100
Upgrading maven-project-info-reports-plugin and maven-deploy-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ff183f7127..7f04880933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2079,7 +2079,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.9.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -2180,7 +2180,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.1.3</version>
+ <version>3.1.4</version>
</plugin>
<plugin>