Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.…
Browse files Browse the repository at this point in the history
…15.3 (#9673)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <[email protected]>
  • Loading branch information
renovate[bot] and laurit authored Oct 13, 2023
1 parent 48a19d7 commit 096d321
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 42 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val groovyVersion = "4.0.15"
// configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"

val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.15.2",
"com.fasterxml.jackson:jackson-bom:2.15.3",
"com.squareup.okio:okio-bom:3.6.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
"com.google.guava:guava-bom:32.1.3-jre",
"org.apache.groovy:groovy-bom:${groovyVersion}",
Expand Down
12 changes: 0 additions & 12 deletions instrumentation/finatra-2.9/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,3 @@ tasks {
dependsOn(testStableSemconv)
}
}

// com.fasterxml.jackson.module:jackson-module-scala_2.11:2.15.2 is missing force using jackson 2.15.1
// remove this when a new version of jackson is released
configurations.configureEach {
resolutionStrategy {
eachDependency {
if (requested.group == "com.fasterxml.jackson" && requested.name == "jackson-bom" && requested.version == "2.15.2") {
useVersion("2.15.1")
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,3 @@ tasks {
configurations.configureEach {
exclude("org.eclipse.jetty.websocket", "websocket-client")
}

// com.fasterxml.jackson.module:jackson-module-scala_2.13:2.15.2 is missing force using jackson 2.15.1
// remove this when a new version of jackson is released
configurations.configureEach {
resolutionStrategy {
eachDependency {
if (requested.group == "com.fasterxml.jackson" && requested.name == "jackson-bom" && requested.version == "2.15.2") {
useVersion("2.15.1")
}
}
}
}
34 changes: 17 additions & 17 deletions licenses/licenses.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 096d321

Please sign in to comment.