Skip to content

Commit

Permalink
Merge branch 'master' into renovate/org.yaml-snakeyaml-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
magner669 authored Dec 6, 2024
2 parents f6b19bb + 0b45e25 commit 6b21052
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.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"
Expand All @@ -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]
Expand Down

0 comments on commit 6b21052

Please sign in to comment.