Index: /trunk/README
===================================================================
--- /trunk/README	(revision 11018)
+++ /trunk/README	(revision 11019)
@@ -115,5 +115,5 @@
     - unit/                 unit tests (source code)
 - tools/                    libraries and tools that help in the development process
-    - animal-sniffer-ant-tasks-1.14.jar
+    - animal-sniffer-ant-tasks-1.15.jar
                             used to build and check code signatures to ensure plugins binary compatibility 
     - appbundler-1.0ea.jar  used to build Mac OS X package
Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 11018)
+++ /trunk/build.xml	(revision 11019)
@@ -552,5 +552,5 @@
         <property name="dir" value="plugin-check"/>
         <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
-            <classpath path="tools/animal-sniffer-ant-tasks-1.14.jar"/>
+            <classpath path="tools/animal-sniffer-ant-tasks-1.15.jar"/>
         </typedef>
         <mkdir dir="${dir}"/>
@@ -710,5 +710,5 @@
     <target name="checkstyle" depends="init-properties">
         <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
-             classpath="tools/checkstyle/checkstyle-7.1-all.jar"/>
+             classpath="tools/checkstyle/checkstyle-7.1.1-all.jar"/>
         <checkstyle config="tools/checkstyle/josm_checks.xml">
             <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
