Skip to content

Commit 377a65d

Browse files
committed
document
1 parent 5d1be88 commit 377a65d

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'
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")
5858
}
5959

6060
// CVE Fixes

0 commit comments

Comments
 (0)