Skip to content

Commit 5729d57

Browse files
scordiosnicoll
authored andcommitted
Upgrade to Mockito 4.5.0
This commit also switches to use the Mockito bom. See gh-30759
1 parent ee274ab commit 5729d57

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)