aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2020-10-27 17:36:28 +0100
committerGitHub <noreply@github.com>2020-10-27 17:36:28 +0100
commiteee4f01559ec6be4bd1bc4b8e065600eb8533ebf (patch)
tree5d4d693c8f3a5c0d08a455401c70255d8543b5d7 /tenant-base
parent82971a200064db860cee0dd1da72179a8830227d (diff)
Revert "Junit 4.13 and juptier 5.7.0" (#15054)
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 55e98102d8c..ed5c32563c7 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.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
- <junit.version>5.7.0</junit.version> <!-- Keep in sync with hosted-tenant-base and tenant-cd until all direct use is removed -->
+ <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>