Skip to content

Commit 0fb6332

Browse files
committed
Merge pull request #30759 from scordio
* pr/30759: Upgrade to Mockito 4.5.0 Closes gh-30759
2 parents ee274ab + 5729d57 commit 0fb6332

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,12 +1298,10 @@ bom {
12981298
]
12991299
}
13001300
}
1301-
library("Mockito", "4.4.0") {
1301+
library("Mockito", "4.5.0") {
13021302
group("org.mockito") {
1303-
modules = [
1304-
"mockito-core",
1305-
"mockito-inline",
1306-
"mockito-junit-jupiter"
1303+
imports = [
1304+
"mockito-bom"
13071305
]
13081306
}
13091307
}

0 commit comments

Comments
 (0)