diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4a15405..40f1086 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,16 +3,16 @@ dokka = "1.9.20" spek = "2.0.19" unbrokenDome = "0.5.0" okhttp = "4.12.0" -jackson = "2.17.2" +jackson = "2.18.2" # No need to keep the same Kotlin version with Gradle, at least because kotlin runtime is a transitive dependency of okhttp kotlin = "1.9.23" -junit = "5.11.0" +junit = "5.11.3" [libraries] 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.12" +mockk = "io.mockk:mockk:1.13.13" tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3" orgJson = "org.json:json:20240303" jsonPath = "com.jayway.jsonpath:json-path:2.9.0" @@ -28,7 +28,7 @@ spekDsl = { module = "org.spekframework.spek2:spek-dsl-jvm", version.ref = "spek spekRunner = { module = "org.spekframework.spek2:spek-runner-junit5", version.ref = "spek" } junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" } -coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.8.1" } +coroutinesCore = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.9.0" } [plugins]