aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d0fb4a8ad9..9b4f042f2f 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>