summaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-11-25 11:08:53 +0100
committerGitHub <noreply@github.com>2021-11-25 11:08:53 +0100
commit45c087f569e3e51edf12753bba42a27cbda54a2a (patch)
tree78b86333c09c479b936b5a3c18e78e43cf1ce8e6 /hosted-tenant-base
parent281e33d219582f44d69e1b42d5f7486f58a04aa1 (diff)
parentdca1a89c60ea4a70877ad2d1a62d1b68dd2c625c (diff)
Merge pull request #20204 from vespa-engine/bjorncs/upgrade-junit
Upgrade junit-jupiter to 5.8.1
Diffstat (limited to 'hosted-tenant-base')
-rw-r--r--hosted-tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted-tenant-base/pom.xml b/hosted-tenant-base/pom.xml
index f0223e28681..63fbd984860 100644
--- a/hosted-tenant-base/pom.xml
+++ b/hosted-tenant-base/pom.xml
@@ -36,7 +36,7 @@
<target_jdk_version>11</target_jdk_version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
- <junit.version>5.7.0</junit.version> <!-- NOTE: this must be in sync with junit version specified in 'tenant-cd-api' -->
+ <junit.version>5.8.1</junit.version> <!-- NOTE: this must be in sync with junit version specified in 'tenant-cd-api' -->
<test.categories>!integration</test.categories>
<!-- To allow specialized base pom to include additional "test provided" dependencies -->