summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api
diff options
context:
space:
mode:
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>