Skip to content

Commit c399323

Browse files
committed
Upgrade to Mockito 3.3.0
Closes gh-20459
1 parent ad1ef31 commit c399323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ bom {
11991199
]
12001200
}
12011201
}
1202-
library("Mockito", "3.2.4") {
1202+
library("Mockito", "3.3.0") {
12031203
group("org.mockito") {
12041204
modules = [
12051205
"mockito-core",

0 commit comments

Comments
 (0)