Skip to content

Commit d61a5c3

Browse files
fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.29.0 (#6917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jack Berg <[email protected]>
1 parent 3df2068 commit d61a5c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rootProject.extra["versions"] = dependencyVersions
1010
val DEPENDENCY_BOMS = listOf(
1111
"com.fasterxml.jackson:jackson-bom:2.18.2",
1212
"com.google.guava:guava-bom:33.3.1-jre",
13-
"com.google.protobuf:protobuf-bom:4.28.3",
13+
"com.google.protobuf:protobuf-bom:4.29.0",
1414
"com.linecorp.armeria:armeria-bom:1.31.1",
1515
"com.squareup.okhttp3:okhttp-bom:4.12.0",
1616
"com.squareup.okio:okio-bom:3.9.1", // applies to transitive dependencies of okhttp

exporters/otlp/common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929

3030
testImplementation("com.fasterxml.jackson.core:jackson-databind")
3131
testImplementation("com.google.protobuf:protobuf-java-util")
32+
testImplementation("com.google.guava:guava")
3233
testImplementation("io.opentelemetry.proto:opentelemetry-proto")
3334

3435
jmhImplementation(project(":sdk:testing"))

0 commit comments

Comments
 (0)