Skip to content

Commit 0d6a7d2

Browse files
authored
Upgrade Zookeeper version to 3.6.3 (#913)
1 parent 85a46e3 commit 0d6a7d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ subprojects {
5656
}
5757

5858
findbugs {
59-
toolVersion = "3.0.1"
59+
toolVersion = "$findbugsVersion"
6060
sourceSets = [sourceSets.main] // Test code is not included
6161
reportsDir = file("$project.buildDir/findbugsReports")
6262
reportLevel = "medium"
@@ -249,6 +249,7 @@ project(":datastream-testcommon") {
249249
compile "com.intellij:annotations:$intellijAnnotationsVersion"
250250
compile "commons-cli:commons-cli:$commonsCliVersion"
251251
compile "org.apache.avro:avro:$avroVersion"
252+
compile "com.google.code.findbugs:findbugs:$findbugsVersion"
252253
compile "org.apache.zookeeper:zookeeper:$zookeeperVersion"
253254
compile "com.linkedin.pegasus:restli-server:$pegasusVersion"
254255
compile "org.testng:testng:$testngVersion"

gradle/dependency-versions.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ext {
66
commonsIOVersion = "2.4"
77
commonslang3Version = "3.4"
88
commonsValidatorVersion = "1.5.1"
9+
findbugsVersion = "3.0.1"
910
guavaVersion = "25.0-jre"
1011
intellijAnnotationsVersion = "12.0"
1112
jacksonVersion = "2.10.0"
@@ -18,6 +19,6 @@ ext {
1819
scalaVersion = "2.12"
1920
slf4jVersion = "1.7.5"
2021
testngVersion = "7.1.0"
21-
zookeeperVersion = "3.4.13"
22+
zookeeperVersion = "3.6.3"
2223
helixZkclientVersion = "1.0.2"
2324
}

0 commit comments

Comments
 (0)