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 6dbd6a5863 Upgrading Spring Boot
6dbd6a5863 is described below

commit 6dbd6a586392ae442d09557e29f070fbf36eb4de
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jul 19 09:29:48 2024 +0200

    Upgrading Spring Boot
---
 pom.xml | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2e66ef56b..58bea1ae70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.78.1</bouncycastle.version>
     <nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.3.1</spring-boot.version>
+    <spring-boot.version>3.3.2</spring-boot.version>
     <spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.0</openjpa.version>
@@ -2257,26 +2257,6 @@ under the License.
       </modules>
     </profile>
 
-    <!-- TMP until Spring Boot 3.3.2 -->
-    <profile>
-      <id>jdk23-plus</id>
-
-      <activation>
-        <jdk>[23,)</jdk>
-      </activation>
-
-      <dependencyManagement>
-        <dependencies>
-          <dependency>
-            <groupId>org.awaitility</groupId>
-            <artifactId>awaitility</artifactId>
-            <version>4.2.0</version>
-            <scope>test</scope>
-          </dependency>
-        </dependencies>
-      </dependencyManagement>
-    </profile>
-
     <profile>
       <activation>
         <os>

Reply via email to