Skip to content

Commit a48b48f

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ val DEPENDENCY_BOMS = listOf(
1515

1616
"com.fasterxml.jackson:jackson-bom:2.18.3",
1717
"com.google.guava:guava-bom:33.4.6-jre",
18-
"com.google.protobuf:protobuf-bom:4.29.3",
18+
"com.google.protobuf:protobuf-bom:4.30.2",
1919
"com.squareup.okhttp3:okhttp-bom:4.12.0",
2020
"com.squareup.okio:okio-bom:3.10.2", // applies to transitive dependencies of okhttp
2121
"io.grpc:grpc-bom:1.71.0",

Diff for: exporters/otlp/profiles/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies {
1717

1818
annotationProcessor("com.google.auto.value:auto-value")
1919

20+
testCompileOnly("com.google.guava:guava")
2021
testImplementation("com.fasterxml.jackson.core:jackson-databind")
2122
testImplementation("com.google.protobuf:protobuf-java-util")
2223
testImplementation("io.opentelemetry.proto:opentelemetry-proto")

0 commit comments

Comments
 (0)