Skip to content

Commit 6d9ade6

Browse files
update zookeeper
1 parent 3a88447 commit 6d9ade6

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

dumper/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies {
7474
implementation libs.netty.handler // explicit version for vulnerabilities update
7575
implementation libs.dnsjava // explicit version for vulnerabilities update
7676
implementation libs.nimbus.jose.jwt // explicit version for vulnerabilities update
77+
implementation libs.zookeeper // explicit version for vulnerabilities update
7778

7879
implementation libs.hadoop.hdfs.client
7980
implementation(libs.harawata.appdirs) {

dumper/app/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ org.apache.kerby:token-provider:2.0.3=compileClasspath,runtimeClasspath,testComp
216216
org.apache.oozie:oozie-client:5.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
217217
org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
218218
org.apache.yetus:audience-annotations:0.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
219-
org.apache.zookeeper:zookeeper-jute:3.8.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
220-
org.apache.zookeeper:zookeeper:3.8.3=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
219+
org.apache.zookeeper:zookeeper-jute:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
220+
org.apache.zookeeper:zookeeper:3.9.4=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
221221
org.bouncycastle:bcprov-jdk15on:1.70=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
222222
org.checkerframework:checker-compat-qual:2.5.6=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
223223
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor

dumper/lib-ext-hive-metastore/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dependencies {
6262
hive312RuntimeOnly libs.netty.handler // explicit version for vulnerabilities update
6363
hive312RuntimeOnly libs.dnsjava // explicit version for vulnerabilities update
6464
hive312RuntimeOnly libs.nimbus.jose.jwt // explicit version for vulnerabilities update
65+
hive312RuntimeOnly libs.zookeeper // explicit version for vulnerabilities update
6566

6667
// For HiveServer2
6768
hive312RuntimeOnly libs.tez.common

dumper/lib-ext-hive-metastore/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ org.apache.thrift:libfb303:0.9.3=hive312RuntimeClasspath
239239
org.apache.thrift:libthrift:0.20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
240240
org.apache.thrift:libthrift:0.9.3=hive312RuntimeClasspath
241241
org.apache.yetus:audience-annotations:0.12.0=hive312RuntimeClasspath
242-
org.apache.zookeeper:zookeeper-jute:3.8.3=hive312RuntimeClasspath
243-
org.apache.zookeeper:zookeeper:3.8.3=hive312RuntimeClasspath
242+
org.apache.zookeeper:zookeeper-jute:3.9.4=hive312RuntimeClasspath
243+
org.apache.zookeeper:zookeeper:3.9.4=hive312RuntimeClasspath
244244
org.bouncycastle:bcprov-jdk15on:1.70=hive312RuntimeClasspath
245245
org.checkerframework:checker-qual:2.5.2=hive312RuntimeClasspath
246246
org.checkerframework:checker-qual:3.51.0=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ dnsjava = "3.6.3"
7878
nimbus-jose-jwt = "9.37.4"
7979
io-grpc = "1.76.0"
8080
xerces = "2.12.2"
81+
zookeeper = "3.9.4"
8182

8283
[libraries]
8384
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
@@ -185,6 +186,7 @@ parquet = { group = "org.apache.parquet", name = "parquet", version.ref = "parqu
185186
oozie-client = { group = "org.apache.oozie", name = "oozie-client", version.ref = "oozie-client"}
186187
xerces = { module = "xerces:xercesImpl", version.ref = "xerces"}
187188
jna = { group = "net.java.dev.jna", "name" = "jna", version.ref = "jna"}
189+
zookeeper = { module = "org.apache.zookeeper:zookeeper", version.ref = "zookeeper"}
188190

189191
[plugins]
190192
ben-manes-versions = { id = "com.github.ben-manes.versions", version.ref = "ben-manes-versions-plugin" }

0 commit comments

Comments
 (0)