Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.jetbrains.kotlinx-ko…
Browse files Browse the repository at this point in the history
…tlinx-coroutines-core-1.9.0
  • Loading branch information
magner669 authored Dec 6, 2024
2 parents fc2762e + 0b45e25 commit 0b2668e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
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"
Expand Down

0 comments on commit 0b2668e

Please sign in to comment.