Browse Source

Upgrade to MockK 1.10.6

Closes gh-25428
pull/25434/head
Andy Wilkinson 5 years ago
parent
commit
d822604ed2
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

@ -105,7 +105,7 @@ bom { @@ -105,7 +105,7 @@ bom {
]
}
}
library("MockK", "1.10.0") {
library("MockK", "1.10.6") {
group("io.mockk") {
modules = [
"mockk"

Loading…
Cancel
Save