This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aae1d9322 Upgrading maven-javadoc-plugin, maven-surefire-plugin, 
maven-failsafe-plugin and maven-javadoc-plugin
0aae1d9322 is described below

commit 0aae1d93229f46a5f28d7222adf1d083d969108e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Nov 4 08:47:53 2024 +0100

    Upgrading maven-javadoc-plugin, maven-surefire-plugin, 
maven-failsafe-plugin and maven-javadoc-plugin
---
 pom.xml | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8aa39cc7ff..f250f0ec45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1397,10 +1397,24 @@ under the License.
       <id>repository.spring.snapshot</id>
       <name>Spring Snapshot Repository</name>
       <url>https://repo.spring.io/snapshot</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
       <snapshots>
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <!-- Excluding useless transitive repositories -->
+    <repository>
+      <id>couchbase</id>
+      <url>https://files.couchbase.com/maven2/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <pluginRepositories>
@@ -1488,7 +1502,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.10.1</version>
+          <version>3.11.1</version>
           <configuration>
             <release>${targetJdk}</release>
             <additionalOptions>
@@ -1653,7 +1667,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>3.5.1</version>
+          <version>3.5.2</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1663,7 +1677,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>3.5.1</version>
+          <version>3.5.2</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>
@@ -2015,7 +2029,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.10.1</version>
+        <version>3.11.1</version>
         <configuration>
           <source>${targetJdk}</source>
           <destDir>apidocs/4.0</destDir>

Reply via email to