We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee274ab + 5729d57 commit 0fb6332Copy full SHA for 0fb6332
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1298,12 +1298,10 @@ bom {
1298
]
1299
}
1300
1301
- library("Mockito", "4.4.0") {
+ library("Mockito", "4.5.0") {
1302
group("org.mockito") {
1303
- modules = [
1304
- "mockito-core",
1305
- "mockito-inline",
1306
- "mockito-junit-jupiter"
+ imports = [
+ "mockito-bom"
1307
1308
1309
0 commit comments