Skip to content

Commit 9722659

Browse files
committed
Upgrade dependencies
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent d5a1504 commit 9722659

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ dependencies {
1616
// https://github.com/gradle/gradle/issues/15383#issuecomment-779893192
1717
implementation(files(libs.javaClass.superclass.protectionDomain.codeSource.location))
1818

19-
// Override the old Jackson version that comes with dokka
20-
// to fix READ_DATE_TIMESTAMPS_AS_NANOSECONDS on Jreleaser tasks
21-
// https://github.com/dependency-check/DependencyCheck/issues/6192
22-
implementation(platform(libs.jackson.bom))
23-
2419
implementation(libs.dokka.javadoc.plugin)
2520
implementation(libs.dokka.plugin)
2621
implementation(libs.kotlin.plugin)

gradle/libs.versions.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[versions]
2-
assertj = "3.27.5"
3-
dokka = "2.0.0"
4-
jackson = "2.19.2"
2+
assertj = "3.27.6"
3+
dokka = "2.1.0"
54
java = "17"
65
jreleaser = "1.20.0"
76
junit = "5.14.0"
@@ -11,17 +10,16 @@ kotlinxCoroutines = "1.10.2"
1110
ktlint = "1.7.1"
1211
ktlintPlugin = "13.1.0"
1312
logbackAccess = "2.0.6"
14-
logbackClassic = "1.5.18"
15-
mockk = "1.14.5"
16-
reactorNetty = "1.2.10"
13+
logbackClassic = "1.5.19"
14+
mockk = "1.14.6"
15+
reactorNetty = "1.2.11"
1716
slf4j = "2.0.17"
1817
springBoot = "3.5.6"
1918

2019
[libraries]
2120
assertj-core = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
2221
dokka-plugin = { group = "org.jetbrains.dokka", name = "org.jetbrains.dokka.gradle.plugin", version.ref = "dokka" }
2322
dokka-javadoc-plugin = { group = "org.jetbrains.dokka-javadoc", name = "org.jetbrains.dokka-javadoc.gradle.plugin", version.ref = "dokka" }
24-
jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.ref = "jackson" }
2523
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit" }
2624
junit-platformLauncher = { group = "org.junit.platform", name = "junit-platform-launcher" }
2725
kotest-assertions-core-jvm = { group = "io.kotest", name = "kotest-assertions-core-jvm", version.ref = "kotest" }

0 commit comments

Comments
 (0)