Skip to content

Commit

Permalink
fix(deps): update jackson packages to v2.17.2 (main) (patch) (#11750)
Browse files Browse the repository at this point in the history
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 Jul 6, 2024
1 parent e83c5a3 commit ae704b9
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val groovyVersion = "4.0.22"
// configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"

val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.17.1",
"com.fasterxml.jackson:jackson-bom:2.17.2",
"com.squareup.okio:okio-bom:3.9.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
"com.google.guava:guava-bom:33.2.1-jre",
"org.apache.groovy:groovy-bom:${groovyVersion}",
Expand Down
2 changes: 1 addition & 1 deletion examples/distro/smoke-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.3.2-alpha")
Expand Down
2 changes: 1 addition & 1 deletion examples/extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies {

//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:1.19.8")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
testImplementation("com.google.protobuf:protobuf-java-util:3.25.3")
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
testImplementation("io.opentelemetry:opentelemetry-api")
Expand Down
26 changes: 13 additions & 13 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 ae704b9

Please sign in to comment.