aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-11-25 09:45:20 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-11-25 09:59:13 +0100
commitdca1a89c60ea4a70877ad2d1a62d1b68dd2c625c (patch)
tree53b6328d07ce656ccfb13dee2edbc169c0c25859 /hosted-tenant-base
parent667668da4c8808f001a9e09a0dfdc89d1fee1193 (diff)
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 -->