Merge "Updating org.json and removing json version tag"
[policy/parent.git] / integration / pom.xml
index 7bc934c..bf89ce2 100644 (file)
@@ -47,7 +47,6 @@
         <version.swagger>1.6.0</version.swagger>
         <version.javax.bind>2.3.1</version.javax.bind>
         <version.javax.json>1.1.4</version.javax.json>
-        <version.json>20190722</version.json>
         <version.netty>4.1.48.Final</version.netty>
         <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
     </properties>
                 <artifactId>gson</artifactId>
                 <version>2.8.6</version>
             </dependency>
+            <dependency>
+                <groupId>org.json</groupId>
+                <artifactId>json</artifactId>
+                <version>20200518</version>
+            </dependency>
 
             <!-- Lombok -->
             <dependency>