Skip to content

Commit 13a4c46

Browse files
committed
Add Jackson to fix release issues
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 3275561 commit 13a4c46

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ kotlin {
1212
}
1313

1414
dependencies {
15+
implementation(platform(libs.jackson.bom))
16+
1517
implementation(libs.dokka.gradlePlugin)
1618
implementation(libs.dokka.javadocPlugin)
1719
implementation(libs.kotlin.gradlePlugin)

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[versions]
22
dokka = "2.0.0"
3+
jackson = "2.19.0"
34
jreleaser = "1.18.0"
45
junit = "5.12.2"
56
kotest = "5.9.1"
@@ -15,6 +16,7 @@ slf4j = "2.0.17"
1516
[libraries]
1617
dokka-gradlePlugin = { group = "org.jetbrains.dokka", name = "dokka-gradle-plugin", version.ref = "dokka" }
1718
dokka-javadocPlugin = { group = "org.jetbrains.dokka-javadoc", name = "org.jetbrains.dokka-javadoc.gradle.plugin", version.ref = "dokka" }
19+
jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.ref = "jackson" } # Override the old jackson version that comes with dokka
1820
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
1921
junit-platformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher" }
2022
kotest-assertions-core-jvm = { group = "io.kotest", name = "kotest-assertions-core-jvm", version.ref = "kotest" }

0 commit comments

Comments
 (0)