aboutsummaryrefslogtreecommitdiffstats
path: root/hosted-tenant-base
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2020-11-09 15:15:44 +0100
committerGitHub <noreply@github.com>2020-11-09 15:15:44 +0100
commit1a05447b016134432df821daef53568e28df2c45 (patch)
tree97bbd17a4b5f9b06311249b373d4481c6db354b3 /hosted-tenant-base
parent14a69660ed619b5ea5a3c483f9e90d72d3a5e17d (diff)
Revert "Revert "Junit 4.13 and juptier 5.7.0" (#15054)"
This reverts commit eee4f01559ec6be4bd1bc4b8e065600eb8533ebf.
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 f0f6fec7819..094238454c9 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.6.2</junit.version> <!-- NOTE: this must be in sync with junit version specified in 'tenant-cd-api' -->
+ <junit.version>5.7.0</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 -->