aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 5 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index 9e6a1c02..51e05f6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.onap.dcaegen2.collectors.ves</groupId>
<artifactId>VESCollector</artifactId>
- <version>1.7.10-SNAPSHOT</version>
+ <version>1.7.11-SNAPSHOT</version>
<name>dcaegen2-collectors-ves</name>
<description>VESCollector</description>
<properties>
@@ -69,13 +69,13 @@
<vavr.version>0.9.2</vavr.version>
<spring-boot-starter-log4j2.version>2.1.5.RELEASE</spring-boot-starter-log4j2.version>
<springfox-swagger2.version>3.0.0</springfox-swagger2.version>
- <junit-jupiter-api.version>5.7.1</junit-jupiter-api.version>
+ <junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version>
<assertj-core.version>3.8.0</assertj-core.version>
<jimfs.version>1.1</jimfs.version>
<wiremock-standalone.version>2.17.0</wiremock-standalone.version>
<spring-security-test.version>5.1.1.RELEASE</spring-security-test.version>
- <spring-boot-starter-test.version>2.1.0.RELEASE</spring-boot-starter-test.version>
+ <spring-boot-starter-test.version>2.2.13.RELEASE</spring-boot-starter-test.version>
<api-custom-header.version>1.1.4</api-custom-header.version>
<functionaljava.version>4.8.1</functionaljava.version>
<external-schema-manager.version>1.4.3</external-schema-manager.version>
@@ -396,20 +396,8 @@
<!-- TESTING -->
<dependency>
<groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-api</artifactId>
- <version>${junit-jupiter-api.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter-engine</artifactId>
- <version>${junit-jupiter-api.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <version>${junit-jupiter-api.version}</version>
+ <artifactId>junit-jupiter</artifactId>
+ <version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>