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

commit 6cf6ec62b41118a8fbb96448d1d657ad80353d7f
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Nov 3 08:18:17 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index d750e030c0..7119b549f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@ under the License.
     <bouncycastle.version>1.76</bouncycastle.version>
     <nimbus-jose-jwt.version>9.37</nimbus-jose-jwt.version>
 
-    <spring-boot.version>3.2.0-RC1</spring-boot.version>
+    <spring-boot.version>3.2.0-RC2</spring-boot.version>
     <spring-cloud-gateway.version>4.1.0-RC1</spring-cloud-gateway.version>
 
     <openjpa.version>4.0.0-SNAPSHOT</openjpa.version>
@@ -626,12 +626,6 @@ under the License.
         <version>${opensearch-java.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>jakarta.json</groupId>
-        <artifactId>jakarta.json-api</artifactId>
-        <version>2.1.2</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.openjpa</groupId>
         <artifactId>openjpa</artifactId>

Reply via email to