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

commit a2e917a2efdc7bae4cc9ab3662c9cb7aec485cd1
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Nov 21 14:37:30 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 0ee9d7de96..df708a9f52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.79</bouncycastle.version>
     <nimbus-jose-jwt.version>9.47</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.3.5</spring-boot.version>
+    <spring-boot.version>3.3.6</spring-boot.version>
     <spring-cloud-gateway.version>4.1.5</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.1</openjpa.version>
@@ -653,14 +653,6 @@ under the License.
         <version>7.1.0</version>
       </dependency>
 
-      <!-- TMP until Spring Boot 3.3.6-->
-      <dependency>
-        <groupId>org.springframework</groupId>
-        <artifactId>spring-framework-bom</artifactId>
-        <version>6.1.15</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
       <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-dependencies</artifactId>

Reply via email to