diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8e9538b..ca690c0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ mockk = "io.mockk:mockk:1.13.10" tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3" orgJson = "org.json:json:20240303" jsonPath = "com.jayway.jsonpath:json-path:2.9.0" -kotestAssertions = "io.kotest:kotest-assertions-core:5.8.1" +kotestAssertions = "io.kotest:kotest-assertions-core:5.9.0" jacksonDataBind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" } jacksonDataFormatYaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" } okHttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }