From 880b234d8fa328619e2505650849fec4c319d9fa Mon Sep 17 00:00:00 2001 From: Kai Winter Date: Thu, 17 Oct 2019 20:00:32 +0200 Subject: [PATCH] Fixes #1007 by updating JUnit to 5.5.2 (#1015) The missing class PreconditionViolationException is contained in junit-platform-commons which comes in transitively by this JUnit version. junit-jupiter-api had to be added because spring-boot-dependencies imports an older version of this dependency. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 020c784c6..22dedc14a 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ 2.0.14.RELEASE 1.4.190 4.12 - 5.0.2 + 5.5.2 ${junit.version}.2 1.0.2 3.8.1 @@ -242,6 +242,12 @@ ${junit.version} test + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter.version} + test + org.junit.jupiter junit-jupiter-engine