From c9185f262e62bd965f96fbfd4b41e329dc899a57 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Tue, 5 Mar 2019 11:56:55 +0100 Subject: [PATCH] Update to JUnit 5.4.0 and AssertJ 3.12.0. This is needed to keep up with Spring Boot 2.1.3 for the starter. This also adds JUnit Jupiter BOM as imported dependencies, forcing it downwards onto all child projects and effectivly overwriting Boots settings in the starter. --- pom.xml | 10 ++++++---- spring-data-neo4j/pom.xml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 337d6d37d..fc29fa07e 100644 --- a/pom.xml +++ b/pom.xml @@ -82,13 +82,13 @@ ${java.version} ${java.version} 1.0.0 - 3.11.1 + 3.12.0 8.16 1.8 0.8.2 1.6.0 1.6.0 - 5.3.2 + 5.4.0 3.0.0 3.0.0-M1 3.0.0-M2 @@ -132,9 +132,11 @@ ${assertj.version} - org.junit.jupiter - junit-jupiter-engine + org.junit + junit-bom ${junit-jupiter.version} + import + pom org.testcontainers diff --git a/spring-data-neo4j/pom.xml b/spring-data-neo4j/pom.xml index 08c44f524..48ff2cbba 100644 --- a/spring-data-neo4j/pom.xml +++ b/spring-data-neo4j/pom.xml @@ -93,7 +93,7 @@ org.junit.jupiter - junit-jupiter-engine + junit-jupiter test