Update 3PPs 14/9014/1 2.5.0
authorJohnKeeney <john.keeney@est.tech>
Tue, 13 Sep 2022 16:04:18 +0000 (17:04 +0100)
committerJohnKeeney <john.keeney@est.tech>
Tue, 13 Sep 2022 18:38:15 +0000 (19:38 +0100)
Change-Id: I089a7f73ddec094bc5a0825868a84ab15fab13be
Signed-off-by: JohnKeeney <john.keeney@est.tech>
Issue-Id: NONRTRIC-721

Update Spring Boot parent 2.6.8 -> 2.6.11
Update json library -> 20220320

Change-Id: Ie79b2df01ad0b65588d04d72586ae68655b7d582
Signed-off-by: JohnKeeney <john.keeney@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 92cdf64..a54e62a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.6.8</version>
+        <version>2.6.11</version>
         <relativePath />
     </parent>
     <groupId>org.o-ran-sc.nonrtric.plt</groupId>
@@ -50,7 +50,7 @@
         <springfox.version>3.0.0</springfox.version>
         <gson.version>2.9.0</gson.version>
         <swagger.version>2.1.13</swagger.version>
-        <json.version>20211205</json.version>
+        <json.version>20220320</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.18.0</spotless-maven-plugin.version>