Bump Mockito to version 5.17.0

This commit is contained in:
Erik C. Thauvin 2025-04-12 21:00:41 -07:00
parent a92185b137
commit 6f3ae74813
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -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:3.4.4"))
.include(dependency("org.springframework.boot:spring-boot-starter-actuator: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.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) scope(test)
.include(dependency("org.springframework.boot:spring-boot-starter-test:3.4.4")) .include(dependency("org.springframework.boot:spring-boot-starter-test:3.4.4"))
.include(dependency("org.junit.jupiter:junit-jupiter:5.12.2")) .include(dependency("org.junit.jupiter:junit-jupiter:5.12.2"))