Upgrade Spring Boot Version to 3.5.4 23/14823/2
authoraravind.est <aravindhan.a@est.tech>
Tue, 19 Aug 2025 11:14:33 +0000 (12:14 +0100)
committeraravind.est <aravindhan.a@est.tech>
Tue, 19 Aug 2025 12:10:15 +0000 (13:10 +0100)
Spring Boot version upgraded to 3.5.4

Issue-ID: NONRTRIC-1082
Change-Id: I9a568de56bb844c9bb3524d7980e009bd4392f26
Signed-off-by: aravind.est <aravindhan.a@est.tech>
participants/pom.xml
pom.xml

index dab68d5..05ae937 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.4</version>
         <relativePath/>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
diff --git a/pom.xml b/pom.xml
index 2e2ab70..cb80900 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.5.3</version>
+        <version>3.5.4</version>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
@@ -57,7 +57,7 @@
         <spring.statemachine.version>4.0.1</spring.statemachine.version>
         <spring.context.version>6.2.8</spring.context.version>
         <jakarta.servlet.api.version>6.1.0</jakarta.servlet.api.version>
-        <io.swagger.version>2.2.34</io.swagger.version>
+        <io.swagger.version>2.2.36</io.swagger.version>
         <slf4j.version>2.1.0-alpha1</slf4j.version>
         <apache.httpcore.version>5.3.4</apache.httpcore.version>
         <exec-maven-plugin.version>3.5.1</exec-maven-plugin.version>