Skip to content

Commit 0f6c88e

Browse files
authored
Pin zookeeper in expansion service (#37859)
1 parent 47bab7e commit 0f6c88e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/java/io/expansion-service/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ configurations.runtimeClasspath {
5353
// Pin logback to 1.5.27 to resolve CVE-2026-1225
5454
resolutionStrategy.force "ch.qos.logback:logback-classic:1.5.27"
5555
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'
5659
}
5760

5861
shadowJar {

0 commit comments

Comments
 (0)