Added Mockito dependency for JDK 24 compatibility
This commit is contained in:
parent
86d113fe31
commit
11970069df
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ public class DemoApplicationBuild extends WebProject {
|
|||
scope(compile)
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter", boot))
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter-actuator", boot))
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter-web", boot));
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter-web", boot))
|
||||
.include(dependency("org.mockito:mockito-core:5.16.1"));
|
||||
scope(test)
|
||||
.include(dependency("org.springframework.boot", "spring-boot-starter-test", boot))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 12, 1)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue