SO-4001: Package upgrade for the SO and so-libs
Issue-ID: SO-4001
Signed-off-by: kiran.mhetre <kiran.mhetre@t-systems.com>
Change-Id: Ib75096bdd98291b49159a9ad259fd393a591cd44
diff --git a/pom.xml b/pom.xml
index d0fb4a8..9b4f042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.1.0</version>
+ <version>3.0.2</version>
<relativePath />
</parent>
<groupId>org.onap.so</groupId>
@@ -611,7 +611,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.22.2</version>
+ <version>3.0.0-M9</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>5.5.2</version>
+ </dependency>
+ </dependencies>
<configuration>
<systemPropertyVariables>
<so.log.level>DEBUG</so.log.level>
@@ -960,7 +967,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
- <version>20140107</version>
+ <version>20220924</version>
</dependency>
<dependency>
<groupId>org.onap.aai.schema-service</groupId>