Skip to content

Commit

Permalink
Upgrade Spring Boot version to 3.3.4
Browse files Browse the repository at this point in the history
Spring boot version upgrade to 3.3.4 and some dependent components updated.

Issue-ID: NONRTRIC-1030
Change-Id: I4fa109cd08116dfd681d41013870a0f09027d84e
Signed-off-by: aravind.est <[email protected]>
  • Loading branch information
aravindtga committed Sep 26, 2024
1 parent 4702cde commit ae63232
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.4</version>
</parent>
<groupId>org.o-ran-sc.nonrtric.plt</groupId>
<artifactId>rappmanager</artifactId>
Expand All @@ -50,21 +50,21 @@
<properties>
<java.version>17</java.version>
<openapi.maven.version>7.3.0</openapi.maven.version>
<docker-maven-plugin>0.43.4</docker-maven-plugin>
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<docker-maven-plugin>0.45.0</docker-maven-plugin>
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
<onap.acm.models.version>7.1.1</onap.acm.models.version>
<openapi.jackson.databind.nullable.version>0.2.6</openapi.jackson.databind.nullable.version>
<spring.statemachine.version>4.0.0</spring.statemachine.version>
<spring.context.version>6.1.3</spring.context.version>
<javax.validation.api.version>2.0.1.Final</javax.validation.api.version>
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
<javax.servlet.api.version>2.5</javax.servlet.api.version>
<io.swagger.version>2.2.20</io.swagger.version>
<slf4j.version>2.0.12</slf4j.version>
<javax.servlet.api.version>3.0-alpha-1</javax.servlet.api.version>
<io.swagger.version>2.2.23</io.swagger.version>
<slf4j.version>2.1.0-alpha1</slf4j.version>
<apache.httpcore.version>4.4.16</apache.httpcore.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<exec-maven-plugin.version>3.4.1</exec-maven-plugin.version>
<copy-resources-maven-plugin.version>3.3.1</copy-resources-maven-plugin.version>
<apache.compress.version>1.25.0</apache.compress.version>
<apache.compress.version>1.27.1</apache.compress.version>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit ae63232

Please sign in to comment.