From 50e90926aa88787ec4bb072b703f9c4744410ab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Chicchiricc=C3=B2?= Date: Fri, 23 Aug 2024 07:09:28 +0200 Subject: [PATCH] Upgrading Spring Boot, Wildfly, PostgreSQL JDBC driver, maven-dependency-plugin, maven-checkstyle-plugin, maven-project-info-reports-plugin, maven-jxr-plugin --- pom.xml | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/pom.xml b/pom.xml index dc74e02332..047ca9fa90 100644 --- a/pom.xml +++ b/pom.xml @@ -413,7 +413,7 @@ under the License. 1.78.1 9.40 - 3.3.2 + 3.3.3 4.1.5 4.0.0 @@ -494,7 +494,7 @@ under the License. 60000 10.1.28 - 33.0.0.Final + 33.0.1.Final 6.2024.8 4.1.1 @@ -503,7 +503,7 @@ under the License. 11 5.22.0 - 42.7.3 + 42.7.4 9.0.0 3.4.1 12.6.1.jre11 @@ -1466,7 +1466,7 @@ under the License. org.apache.maven.plugins maven-dependency-plugin - 3.7.1 + 3.8.0 ${bundles.directory} @@ -1640,7 +1640,7 @@ under the License. org.apache.maven.plugins maven-checkstyle-plugin - 3.4.0 + 3.5.0 ${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml true @@ -1956,7 +1956,7 @@ under the License. org.apache.maven.plugins maven-project-info-reports-plugin - 3.6.2 + 3.7.0 false false @@ -2019,7 +2019,7 @@ under the License. org.apache.maven.plugins maven-jxr-plugin - 3.4.0 + 3.5.0 @@ -2294,26 +2294,6 @@ under the License. - - - - jdk23-plus - - - [23,) - - - - - - org.awaitility - awaitility - 4.2.0 - test - - - -