summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tenant-cd-api/pom.xml2
-rw-r--r--vespa-osgi-testrunner/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 47e0f6e3fe6..f38f0b823c1 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -25,7 +25,7 @@
This version must match the string in all ExportPackage annotations.
It must also be in sync junit version specified in 'hosted-tenant-base'.
-->
- <hosted-tenant-base-junit-version>5.6.2</hosted-tenant-base-junit-version>
+ <hosted-tenant-base-junit-version>5.7.0</hosted-tenant-base-junit-version>
</properties>
diff --git a/vespa-osgi-testrunner/pom.xml b/vespa-osgi-testrunner/pom.xml
index 41b938a6e0e..43365d569c2 100644
--- a/vespa-osgi-testrunner/pom.xml
+++ b/vespa-osgi-testrunner/pom.xml
@@ -25,7 +25,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>5.6.2</version>
+ <version>5.7.0</version>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
@@ -88,4 +88,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>