Browse Source

Upgrade to MockK 1.13.5

Closes gh-36720
pull/36766/head
Andy Wilkinson 3 years ago
parent
commit
fa17714535
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save