Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 DEPENDENCY_BOMS = listOf(
// for some reason boms show up as runtime dependencies in license and vulnerability scans
// even if they are only used by test dependencies, so not using junit bom since it is LGPL

"com.fasterxml.jackson:jackson-bom:2.20.0",
"com.fasterxml.jackson:jackson-bom:2.20.1",
"com.google.guava:guava-bom:33.5.0-jre",
"org.apache.groovy:groovy-bom:${groovyVersion}",
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
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:2.0.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
testImplementation("com.squareup.okhttp3:okhttp:5.2.1")
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.8.0-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 @@ -99,7 +99,7 @@ dependencies {

//All dependencies below are only for tests
testImplementation("org.testcontainers:testcontainers:2.0.1")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
testImplementation("com.google.protobuf:protobuf-java-util:4.33.0")
testImplementation("com.squareup.okhttp3:okhttp:5.2.1")
testImplementation("io.opentelemetry:opentelemetry-api")
Expand Down
18 changes: 9 additions & 9 deletions licenses/licenses.md

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

Loading