Github user eolivelli commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/524#discussion_r189661235
--- Diff: build.xml ---
@@ -55,8 +55,8 @@ xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<property name="jackson-mapper-asl.version" value="1.9.11"/>
<property name="dependency-check-ant.version" value="2.1.0"/>
- <property name="commons-io.version" value="2.4"/>
- <property name="kerby.version" value="1.0.0-RC2"/>
+ <property name="commons-io.version" value="2.5"/>
+ <property name="kerby.version" value="1.0.0"/>
--- End diff --
I will try again to update to 1.1.0
---