A1-PMS Update dependecies to address vulnerabilities 32/11332/1 2.6.0
authorJohnKeeney <john.keeney@est.tech>
Wed, 14 Jun 2023 13:01:07 +0000 (14:01 +0100)
committerJohnKeeney <john.keeney@est.tech>
Wed, 14 Jun 2023 13:03:11 +0000 (14:03 +0100)
org.json.json 20220924 -> 20230227
  CVE-2022-45688

Issue-ID: NONRTRIC-721
Change-Id: I74e23196605600c6c0fbacc17487256bc0ee0f02
Signed-off-by: JohnKeeney <john.keeney@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index 00dee51..0cae665 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     </repositories>
     <properties>
         <java.version>17</java.version>
-        <json.version>20220924</json.version>
+        <json.version>20230227</json.version>
         <maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
         <formatter-maven-plugin.version>2.13.0</formatter-maven-plugin.version>
         <spotless-maven-plugin.version>2.30.0</spotless-maven-plugin.version>