diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dc73e71..fd41dc2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ junit = "5.11.4" snakeyaml = "org.yaml:snakeyaml:2.3" assertk = "com.willowtreeapps.assertk:assertk-jvm:0.28.1" # version 1.13.8 doesn't work because of JVM 11 bytecode despite of https://github.com/mockk/mockk/pull/1161 -mockk = "io.mockk:mockk:1.13.13" +mockk = "io.mockk:mockk:1.13.14" tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3" orgJson = "org.json:json:20240303" jsonPath = "com.jayway.jsonpath:json-path:2.9.0"