Skip to content

Commit 37668b0

Browse files
authored
Merge branch 'master' into renovate/major-dokka
2 parents b321373 + 7230133 commit 37668b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ okhttp = "4.12.0"
66
jackson = "2.18.2"
77
# No need to keep the same Kotlin version with Gradle, at least because kotlin runtime is a transitive dependency of okhttp
88
kotlin = "1.9.23"
9-
junit = "5.11.3"
9+
junit = "5.11.4"
1010

1111
[libraries]
1212
snakeyaml = "org.yaml:snakeyaml:2.3"
1313
assertk = "com.willowtreeapps.assertk:assertk-jvm:0.28.1"
1414
# version 1.13.8 doesn't work because of JVM 11 bytecode despite of https://github.com/mockk/mockk/pull/1161
15-
mockk = "io.mockk:mockk:1.13.13"
15+
mockk = "io.mockk:mockk:1.13.17"
1616
tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3"
17-
orgJson = "org.json:json:20240303"
17+
orgJson = "org.json:json:20250107"
1818
jsonPath = "com.jayway.jsonpath:json-path:2.9.0"
1919
kotestAssertions = "io.kotest:kotest-assertions-core:5.9.1"
2020
jacksonDataBind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
@@ -36,7 +36,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" }
3636
gradlePublish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
3737
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
3838
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
39-
asciidoctor = { id = "org.asciidoctor.jvm.convert", version = "4.0.3" }
39+
asciidoctor = { id = "org.asciidoctor.jvm.convert", version = "4.0.4" }
4040
benManesVersions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
4141
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.0" }
4242

0 commit comments

Comments
 (0)