File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 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"
54java = " 17"
65jreleaser = " 1.20.0"
76junit = " 5.14.0"
@@ -11,17 +10,16 @@ kotlinxCoroutines = "1.10.2"
1110ktlint = " 1.7.1"
1211ktlintPlugin = " 13.1.0"
1312logbackAccess = " 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 "
1716slf4j = " 2.0.17"
1817springBoot = " 3.5.6"
1918
2019[libraries ]
2120assertj-core = { group = " org.assertj" , name = " assertj-core" , version.ref = " assertj" }
2221dokka-plugin = { group = " org.jetbrains.dokka" , name = " org.jetbrains.dokka.gradle.plugin" , version.ref = " dokka" }
2322dokka-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" }
2523junit-jupiter = { group = " org.junit.jupiter" , name = " junit-jupiter" , version.ref = " junit" }
2624junit-platformLauncher = { group = " org.junit.platform" , name = " junit-platform-launcher" }
2725kotest-assertions-core-jvm = { group = " io.kotest" , name = " kotest-assertions-core-jvm" , version.ref = " kotest" }
You can’t perform that action at this time.
0 commit comments