Skip to content

Commit df10cf0

Browse files
breedx-splkrenovate[bot]
andauthoredJan 10, 2024
Cherry pick #10128 (#10199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 105dc51 commit df10cf0

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed
 

‎dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val groovyVersion = "4.0.15"
2626
// configurations.testRuntimeClasspath.resolutionStrategy.force "com.google.guava:guava:19.0"
2727

2828
val DEPENDENCY_BOMS = listOf(
29-
"com.fasterxml.jackson:jackson-bom:2.16.0",
29+
"com.fasterxml.jackson:jackson-bom:2.16.1",
3030
"com.squareup.okio:okio-bom:3.6.0", // see https://github.com/open-telemetry/opentelemetry-java/issues/5637
3131
"com.google.guava:guava-bom:32.1.3-jre",
3232
"org.apache.groovy:groovy-bom:${groovyVersion}",

‎examples/distro/smoke-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
testImplementation("org.testcontainers:testcontainers:1.19.2")
7-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
7+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
88
testImplementation("com.google.protobuf:protobuf-java-util:3.25.1")
99
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
1010
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")

‎examples/extension/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100

101101
//All dependencies below are only for tests
102102
testImplementation("org.testcontainers:testcontainers:1.19.2")
103-
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")
103+
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
104104
testImplementation("com.google.protobuf:protobuf-java-util:3.25.1")
105105
testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
106106
testImplementation("io.opentelemetry:opentelemetry-api")

‎licenses/licenses.md

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)