From ab7f6654d80e130275231271ca4582d60cf99988 Mon Sep 17 00:00:00 2001 From: Frank Pavageau Date: Tue, 17 Apr 2018 23:43:38 +0200 Subject: [PATCH] Manage the Mockito/JUnit 5 dependency This requires an updated Mockito dependency as well, since it was introduced in Mockito 2.17.0 but really works starting with 2.18.0. Closes gh-12890 --- spring-boot-project/spring-boot-dependencies/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index e2bde6b2dc..046240509c 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -123,7 +123,7 @@ 1.16.20 2.2.3 1.0.4 - 2.15.0 + 2.18.3 1.7.1 3.6.3 6.2.2.jre8 @@ -2303,6 +2303,11 @@ mockito-inline ${mockito.version} + + org.mockito + mockito-junit-jupiter + ${mockito.version} + org.mongodb bson