Bump Mockito to version 5.17.0
This commit is contained in:
parent
a92185b137
commit
6f3ae74813
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public class ApplicationBuild extends WebProject {
|
|||
.include(dependency("org.springframework.boot:spring-boot-starter:3.4.4"))
|
||||
.include(dependency("org.springframework.boot:spring-boot-starter-actuator:3.4.4"))
|
||||
.include(dependency("org.springframework.boot:spring-boot-starter-web:3.4.4"))
|
||||
.include(dependency("org.mockito:mockito-core:5.16.1"));
|
||||
.include(dependency("org.mockito:mockito-core:5.17.0"));
|
||||
scope(test)
|
||||
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.4.4"))
|
||||
.include(dependency("org.junit.jupiter:junit-jupiter:5.12.2"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue