Skip to content

Commit 43ab0f1

Browse files
committed
Upgrade to Mockito 5.10.0
Closes gh-39716
1 parent 7583f77 commit 43ab0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ bom {
10201020
]
10211021
}
10221022
}
1023-
library("Mockito", "5.9.0") {
1023+
library("Mockito", "5.10.0") {
10241024
group("org.mockito") {
10251025
imports = [
10261026
"mockito-bom"

0 commit comments

Comments
 (0)