Bump org.json/json to 20220924 04/102904/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 27 Oct 2022 16:15:42 +0000 (18:15 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 27 Oct 2022 16:25:06 +0000 (18:25 +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>
restconf/restconf-nb/pom.xml

index 5c0fbd4fe445f703308033e3b8b3da6892a8c923..77cd5aa3c2e2a04548f186e875f9407b3fc1aefe 100644 (file)
     <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>com.vaadin.external.google</groupId>
+          <artifactId>android-json</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.aaa.web</groupId>
     <dependency>
       <groupId>net.javacrumbs.json-unit</groupId>
       <artifactId>json-unit-assertj</artifactId>
-      <version>2.35.0</version>
+      <version>2.36.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
-      <version>20131018</version>
+      <version>20220924</version>
       <scope>test</scope>
     </dependency>
   </dependencies>