aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 14:48:26 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-16 14:48:26 +0200
commitf3fcd513e1f30599b1fdce75aa85bd1334d62f7f (patch)
tree6ca9025746dc9ae213468c57c23fb9acdb624f64 /tenant-cd-api
parent6c2b5b3a78c2d898738ce5f04d523f2d6bf2c0a9 (diff)
Use junit 5.6.2
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 6ae4dc3b4e7..130041726d4 100644
--- a/tenant-cd-api/pom.xml
+++ b/tenant-cd-api/pom.xml
@@ -36,10 +36,10 @@
</dependency>
<!-- compile -->
- <dependency>
+ <dependency> <!-- TODO(bjorncs): share junit version number with test-runner implementation -->
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <version>5.4.2</version> <!-- NOTE: This version must match the string in all ExportPackage annotations -->
+ <version>5.6.2</version> <!-- NOTE: This version must match the string in all ExportPackage annotations -->
<scope>compile</scope>
</dependency>
</dependencies>