Browse Source

Upgrade to MockK 1.14.2

Closes gh-45936
pull/45939/head
Andy Wilkinson 6 months ago
parent
commit
e88e1859d4
  1. 2
      spring-boot-project/spring-boot-parent/build.gradle

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

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

Loading…
Cancel
Save