Skip to content

Commit 549f6ab

Browse files
committed
Upgrade to MockK 1.10.0
Closes gh-22075
1 parent 5e7917e commit 549f6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ bom {
102102
]
103103
}
104104
}
105-
library("MockK", "1.9.3") {
105+
library("MockK", "1.10.0") {
106106
group("io.mockk") {
107107
modules = [
108108
"mockk"

0 commit comments

Comments
 (0)