File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ dependencies {
2424 implementation(libs.develocity)
2525 implementation(libs.diffplug.spotless)
2626 implementation(libs.diffplug.blowdryer.setup)
27+ implementation(platform(libs.jackson.bom)) {
28+ because(" Override the transitive dependency from jfrog plugin" )
29+ }
2730 implementation(libs.jfrog.buildinfo.gradle) {
2831 exclude(" ch.qos.logback" , " logback-core" )
2932 }
Original file line number Diff line number Diff line change 22spotless-gradle = " 7.0.4"
33blowdryer-gradle = " 1.7.1"
44develocity = " 3.18.2"
5+ jackson = " 2.19.0"
56jfrog-gradle = " 5.2.5"
67rule-api = " 2.10.0.4287"
78gradle-plugin-shadow = " 8.3.6"
@@ -13,6 +14,7 @@ develocity = { module = "com.gradle.develocity:com.gradle.develocity.gradle.plug
1314jfrog-buildinfo-gradle = { module = " org.jfrog.buildinfo:build-info-extractor-gradle" , version.ref = " jfrog-gradle" }
1415sonar-rule-api = { module = " com.sonarsource.rule-api:rule-api" , version.ref = " rule-api" }
1516shadow = { module = " com.gradleup.shadow:com.gradleup.shadow.gradle.plugin" , version.ref = " gradle-plugin-shadow" }
17+ jackson-bom = { module = " com.fasterxml.jackson:jackson-bom" , version.ref = " jackson" }
1618
1719[plugins ]
1820spotless = { id = " com.diffplug.spotless" , version.ref = " spotless-gradle" }
You can’t perform that action at this time.
0 commit comments