aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-10-27 10:33:19 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-10-27 10:33:19 +0100
commitb0e277847fd516d95dc41876dc6d5ef44a05d509 (patch)
tree8aec432e58be56bc7c34aad9273db1b104d077e8 /vespa-osgi-testrunner
parent6a443c5b90244a4359ff3e91d6bad2da3e4c4161 (diff)
More junit bumps
Diffstat (limited to 'vespa-osgi-testrunner')
-rw-r--r--vespa-osgi-testrunner/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vespa-osgi-testrunner/pom.xml b/vespa-osgi-testrunner/pom.xml
index 41b938a6e0e..8567f9c4601 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>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
- <version>1.6.2</version>
+ <version>1.7.0</version>
<exclusions>
<exclusion>
<groupId>org.junit.jupiter</groupId>
@@ -88,4 +88,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>