Skip to content

Commit fda09d5

Browse files
committed
Upgrade to Mockito 5.13.0
Closes gh-42235
1 parent e178e34 commit fda09d5

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
@@ -1336,7 +1336,7 @@ bom {
13361336
releaseNotes("https://github.com/micrometer-metrics/tracing/releases/tag/v{version}")
13371337
}
13381338
}
1339-
library("Mockito", "5.12.0") {
1339+
library("Mockito", "5.13.0") {
13401340
group("org.mockito") {
13411341
imports = [
13421342
"mockito-bom"

0 commit comments

Comments
 (0)