From 90b019d0bf6709374cace02d22eb431d7aef8946 Mon Sep 17 00:00:00 2001 From: vunamtien Date: Sun, 17 Mar 2024 17:58:04 +0700 Subject: [PATCH] [JAVA-27511] upgrade spring mockito to boot 3 (#16127) --- testing-modules/spring-mockito/pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testing-modules/spring-mockito/pom.xml b/testing-modules/spring-mockito/pom.xml index 8e13f511d2..4deaffe125 100644 --- a/testing-modules/spring-mockito/pom.xml +++ b/testing-modules/spring-mockito/pom.xml @@ -11,9 +11,9 @@ com.baeldung - parent-boot-2 + parent-boot-3 0.0.1-SNAPSHOT - ../../parent-boot-2 + ../../parent-boot-3 @@ -33,4 +33,8 @@ + + com.baeldung.Main + + \ No newline at end of file