summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-31 15:39:01 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-31 15:39:01 +0200
commit6dddd9c5618a8463b405d5f52cf692990d8b3106 (patch)
treece96d608ba71d8001fab93558a1c6dcee9b1edc6 /tenant-cd-api
parent4969371b0b09a50d601637f8fb27b2f7894b690c (diff)
Consolidate versions
Diffstat (limited to 'tenant-cd-api')
-rw-r--r--tenant-cd-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tenant-cd-api/pom.xml b/tenant-cd-api/pom.xml
index 5377c1b7b5b..42e3fe150fa 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -24,7 +24,7 @@
This version must match the string in all ExportPackage annotations in this module.
It must also be in sync junit version specified in 'hosted-tenant-base'.
-->
- <hosted-tenant-base-junit-version>5.10.0</hosted-tenant-base-junit-version>
+ <hosted-tenant-base-junit-version>${junit.vespa.version}</hosted-tenant-base-junit-version>
</properties>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
- <version>1.10.0</version>
+ <version>${junit.platform.vespa.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>