Update ICS to Springboot 3.2.0 67/14767/1
authorJohnKeeney <john.keeney@est.tech>
Wed, 13 Dec 2023 18:49:51 +0000 (18:49 +0000)
committerJohn Keeney <john.keeney@est.tech>
Thu, 4 Sep 2025 13:51:50 +0000 (13:51 +0000)
Change-Id: Ic3482876360d3627f0f17f48a1de36fbe708e74b
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-ID: NONRTRIC-825
(cherry picked from commit d9f145a3945f0fe4c9f4d093c887f11476535113)

pom.xml

diff --git a/pom.xml b/pom.xml
index e760113..4ba94d0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,8 @@
 * ========================LICENSE_START=================================
 * O-RAN-SC
 * %%
-* Copyright (C) 2019 Nordix Foundation
+* Copyright (C) 2019-2023 Nordix Foundation. All rights reserved.
+* Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -26,7 +27,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>3.0.4</version>
+        <version>3.2.0</version>
         <relativePath />
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
@@ -48,7 +49,7 @@
     <properties>
         <java.version>17</java.version>
         <gson.version>2.9.0</gson.version>
-        <json.version>20211205</json.version>
+        <json.version>20230227 </json.version>
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
         <formatter-maven-plugin.version>2.12.2</formatter-maven-plugin.version>
         <spotless-maven-plugin.version>1.24.3</spotless-maven-plugin.version>