@@ -6,15 +6,15 @@ okhttp = "4.12.0"
6
6
jackson = "2.18.2"
7
7
# No need to keep the same Kotlin version with Gradle, at least because kotlin runtime is a transitive dependency of okhttp
8
8
kotlin = "1.9.23"
9
- junit = "5.11.3 "
9
+ junit = "5.11.4 "
10
10
11
11
[libraries]
12
12
snakeyaml = "org.yaml:snakeyaml:2.3"
13
13
assertk = "com.willowtreeapps.assertk:assertk-jvm:0.28.1"
14
14
# 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 "
16
16
tabbedCodeExtension = "com.bmuschko:asciidoctorj-tabbed-code-extension:0.3"
17
- orgJson = "org.json:json:20240303 "
17
+ orgJson = "org.json:json:20250107 "
18
18
jsonPath = "com.jayway.jsonpath:json-path:2.9.0"
19
19
kotestAssertions = "io.kotest:kotest-assertions-core:5.9.1"
20
20
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" }
36
36
gradlePublish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
37
37
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
38
38
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 " }
40
40
benManesVersions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
41
41
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.0" }
42
42
0 commit comments