aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2020-08-03 14:06:00 +0200
committerMorten Tokle <mortent@verizonmedia.com>2020-08-03 14:06:00 +0200
commit57778bc08991c7d5c65c4dc7477af785cf1c30ad (patch)
tree39807723c69b6b2550654ed0117d0f6aea35f10d /tenant-base
parentcb7bacfafde63f3464e962d21b4619741ae7f942 (diff)
Update junit version in tenant-base to match tenant fwk
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 490dcf6371b..addaedec7df 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -37,7 +37,7 @@
<target_jdk_version>11</target_jdk_version>
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
- <junit.version>5.4.2</junit.version>
+ <junit.version>5.6.2</junit.version> <!-- Keep in sync with hosted-tenant-base and tenant-cd until all direct use is removed -->
<endpoint>https://api.vespa-external.aws.oath.cloud:4443</endpoint>
<test.categories>!integration</test.categories>
</properties>