We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7681c commit 5909e1aCopy full SHA for 5909e1a
test/fixtures/hdfs-fixture/build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
72
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
73
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
74
- api 'org.apache.zookeeper:zookeeper:3.9.2'
+ api 'org.apache.zookeeper:zookeeper:3.9.3'
75
api "org.apache.commons:commons-text:1.12.0"
76
api "commons-net:commons-net:3.11.1"
77
api "ch.qos.logback:logback-core:1.5.12"
0 commit comments