summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-08-30 22:26:33 +0000
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-08-31 15:20:12 +0200
commit4dd5aa9cd3d128cae3a527288d015219eb31f55c (patch)
tree9a8002b5e909d558d9f85df8cf00633371c925aa /tenant-cd-api
parent082e1d33dd449351b0c5ea972ad9e9c60ca9c8ac (diff)
Update junit5 monorepo
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 33bafb2909a..5377c1b7b5b 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.8.1</hosted-tenant-base-junit-version>
+ <hosted-tenant-base-junit-version>5.10.0</hosted-tenant-base-junit-version>
</properties>
@@ -69,7 +69,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
- <version>1.8.1</version>
+ <version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>