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

commit 255820f15c91dbbbc7bd64e28d96fc4413b7d0af
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Feb 26 08:41:52 2024 +0100

    Upgrading java-uuid-generator and modernizer-maven-plugin, requiring Maven 
>= 3.9.5 to build
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 428e0da5e1..8b6182dbc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -687,7 +687,7 @@ under the License.
       <dependency>
         <groupId>com.fasterxml.uuid</groupId>
         <artifactId>java-uuid-generator</artifactId>
-        <version>4.3.0</version>
+        <version>5.0.0</version>
       </dependency>
 
       <dependency>
@@ -1814,7 +1814,7 @@ under the License.
                   <version>${targetJdk}</version>
                 </requireJavaVersion>
                 <requireMavenVersion>
-                  <version>3.5.0</version>
+                  <version>3.9.5</version>
                 </requireMavenVersion>
               </rules>
             </configuration>
@@ -1825,7 +1825,7 @@ under the License.
       <plugin>
         <groupId>org.gaul</groupId>
         <artifactId>modernizer-maven-plugin</artifactId>
-        <version>2.7.0</version>
+        <version>2.8.0</version>
         <configuration>
           <javaVersion>${targetJdk}</javaVersion>
           <ignorePackages>

Reply via email to