We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bab7e commit 0f6c88eCopy full SHA for 0f6c88e
1 file changed
sdks/java/io/expansion-service/build.gradle
@@ -53,6 +53,9 @@ configurations.runtimeClasspath {
53
// Pin logback to 1.5.27 to resolve CVE-2026-1225
54
resolutionStrategy.force "ch.qos.logback:logback-classic:1.5.27"
55
resolutionStrategy.force "ch.qos.logback:logback-core:1.5.27"
56
+
57
+ // Pin zookeeper to 3.8.6 to fix CVE in transitive 3.8.4 from hadoop/hbase
58
+ resolutionStrategy.force 'org.apache.zookeeper:zookeeper:3.8.6'
59
}
60
61
shadowJar {
0 commit comments