[JAVA-27511] upgrade spring mockito to boot 3 (#16127)

This commit is contained in:
vunamtien 2024-03-17 17:58:04 +07:00 committed by GitHub
parent 5347b579ad
commit 90b019d0bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -11,9 +11,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@ -33,4 +33,8 @@
</dependency>
</dependencies>
<properties>
<start-class>com.baeldung.Main</start-class>
</properties>
</project>