Skip to content

Commit 45c6587

Browse files
committed
update
1 parent 5f2f791 commit 45c6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
}
5555

5656
runtimeOnly(libs.micrometer.registry.prometheus){
57-
exclude group: 'com.google.protobuf', module: 'protobuf-java' because("Micrometer uses protobuf-java 4.x, which is incompatible with protobuf-java 3.x used by the Confluent libraries. Revisit when we upgrade Confluent libraries to 8.x. See https://github.com/prometheus/client_java/issues/1431")
57+
exclude group: 'com.google.protobuf', module: 'protobuf-java' because("Micrometer uses protobuf-java 4.x, which is incompatible with protobuf-java 3.x used by various dependencies of this project. See https://github.com/prometheus/client_java/issues/1431")
5858
}
5959

6060
// CVE Fixes

0 commit comments

Comments
 (0)