Skip to content

Commit c849e91

Browse files
committed
Upgrade to Mockito 5.12.0
Closes gh-41419
1 parent 1d65792 commit c849e91

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
@@ -1297,7 +1297,7 @@ bom {
12971297
releaseNotes("https://github.com/micrometer-metrics/tracing/releases/tag/v{version}")
12981298
}
12991299
}
1300-
library("Mockito", "5.11.0") {
1300+
library("Mockito", "5.12.0") {
13011301
group("org.mockito") {
13021302
imports = [
13031303
"mockito-bom"

0 commit comments

Comments
 (0)