Bump org.json/json to 20220924 15/102915/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Oct 2022 09:14:10 +0000 (11:14 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Oct 2022 09:19:06 +0000 (11:19 +0200)
This version is in public domain, resolving potential licensing issues
around "do no evil" restriction. Also update other testing frameworks.

Change-Id: I55c4ba72c53bad8a33ba42c712db84e8bfece57c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit a1896dbc3c3ffcee5283c160492e5a6b8ed8eb63)

restconf/restconf-nb-bierman02/pom.xml
restconf/restconf-nb-rfc8040/pom.xml

index 3a0e40ae1505c97b5e3a4307bb04481b9470eb03..b5db7cb09fd1ead2b43d764aa5279f9f924a26f1 100644 (file)
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
-      <version>20131018</version>
+      <version>20220924</version>
     </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
index 8e846dbe1da5d82618dd7d08d4034b24f29d0101..095eb0c0e346ad14a4db388ae798ac23ec9fd5c6 100644 (file)
       <artifactId>stax-utils</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.json</groupId>
-      <artifactId>json</artifactId>
-      <version>20131018</version>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.opendaylight.aaa.web</groupId>
       <artifactId>web-api</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.json</groupId>
+      <artifactId>json</artifactId>
+      <version>20220924</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
     <dependency>
       <groupId>net.javacrumbs.json-unit</groupId>
       <artifactId>json-unit-assertj</artifactId>
-      <version>2.28.0</version>
+      <version>2.36.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>