Spring boot and dependencies upgrade 51/15151/2
authoraravind.est <aravindhan.a@est.tech>
Tue, 14 Oct 2025 09:17:08 +0000 (10:17 +0100)
committeraravind.est <aravindhan.a@est.tech>
Tue, 14 Oct 2025 09:36:15 +0000 (10:36 +0100)
Spring Boot and dependencies upgraded.

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

index f8c5759..5b52de9 100755 (executable)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.5.5</version>
+        <version>3.5.6</version>
         <relativePath/>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
@@ -51,9 +51,9 @@
     </repositories>
     <properties>
         <java.version>17</java.version>
-        <openapi.maven.version>7.14.0</openapi.maven.version>
+        <openapi.maven.version>7.15.0</openapi.maven.version>
         <docker-maven-plugin>0.46.0</docker-maven-plugin>
-        <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
         <onap.acm.models.version>8.0.1</onap.acm.models.version> 
         <openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index b0c1bb8..b9a15a6 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.5</version>
+        <version>3.5.6</version>
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
     <artifactId>rappmanager</artifactId>
@@ -49,9 +49,9 @@
     </repositories>
     <properties>
         <java.version>17</java.version>
-        <openapi.maven.version>7.14.0</openapi.maven.version>
+        <openapi.maven.version>7.15.0</openapi.maven.version>
         <docker-maven-plugin>0.46.0</docker-maven-plugin>
-        <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
+        <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
         <onap.acm.models.version>8.0.0</onap.acm.models.version>
         <openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
         <spring.statemachine.version>4.0.1</spring.statemachine.version>
         <jakarta.servlet.api.version>6.1.0</jakarta.servlet.api.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>
+        <apache.httpcore.version>5.3.6</apache.httpcore.version>
+        <exec-maven-plugin.version>3.6.0</exec-maven-plugin.version>
         <copy-resources-maven-plugin.version>3.3.1</copy-resources-maven-plugin.version>
-        <apache.compress.version>1.27.1</apache.compress.version>
-        <guava.version>33.4.8-jre</guava.version>
+        <apache.compress.version>1.28.0</apache.compress.version>
+        <guava.version>33.5.0-jre</guava.version>
     </properties>
     <build>
         <plugins>