Skip to content

Commit

Permalink
Upgrade Zookeeper version to 3.6.3 (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jogrogan committed Sep 27, 2022
1 parent 85a46e3 commit 0d6a7d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -56,7 +56,7 @@ subprojects {
}

findbugs {
toolVersion = "3.0.1"
toolVersion = "$findbugsVersion"
sourceSets = [sourceSets.main] // Test code is not included
reportsDir = file("$project.buildDir/findbugsReports")
reportLevel = "medium"
Expand Down Expand Up @@ -249,6 +249,7 @@ project(":datastream-testcommon") {
compile "com.intellij:annotations:$intellijAnnotationsVersion"
compile "commons-cli:commons-cli:$commonsCliVersion"
compile "org.apache.avro:avro:$avroVersion"
compile "com.google.code.findbugs:findbugs:$findbugsVersion"
compile "org.apache.zookeeper:zookeeper:$zookeeperVersion"
compile "com.linkedin.pegasus:restli-server:$pegasusVersion"
compile "org.testng:testng:$testngVersion"
Expand Down
3 changes: 2 additions & 1 deletion gradle/dependency-versions.gradle
Expand Up @@ -6,6 +6,7 @@ ext {
commonsIOVersion = "2.4"
commonslang3Version = "3.4"
commonsValidatorVersion = "1.5.1"
findbugsVersion = "3.0.1"
guavaVersion = "25.0-jre"
intellijAnnotationsVersion = "12.0"
jacksonVersion = "2.10.0"
Expand All @@ -18,6 +19,6 @@ ext {
scalaVersion = "2.12"
slf4jVersion = "1.7.5"
testngVersion = "7.1.0"
zookeeperVersion = "3.4.13"
zookeeperVersion = "3.6.3"
helixZkclientVersion = "1.0.2"
}

0 comments on commit 0d6a7d2

Please sign in to comment.