Index: trunk/README
===================================================================
--- trunk/README	(revision 8155)
+++ trunk/README	(revision 8156)
@@ -115,10 +115,10 @@
     - unit/                 unit tests (source code)
 - tools/                    libraries and tools that help in the development process
-    - animal-sniffer-ant-tasks-1.13.jar
+    - animal-sniffer-ant-tasks-1.14.jar
                             used to build and check code signatures to ensure plugins binary compatibility 
     - appbundler-1.0ea.jar  used to build Mac OS X package for Oracle Java 7
     - findbugs/             libs and config files for findbugs (automatically detects common bugs and potential
                             problems in source code); can be launched as an ant target in build.xml
-    - groovy-all-2.3.9.jar  used for some unit tests and various scripts
+    - groovy-all-2.4.3.jar  used for some unit tests and various scripts
     - jacocoant.jar         used to include coverage data into JUnit test reports 
     - javacc.jar            used in the build process to generate some .java files from a javacc source file
Index: trunk/build.xml
===================================================================
--- trunk/build.xml	(revision 8155)
+++ trunk/build.xml	(revision 8156)
@@ -326,5 +326,5 @@
     </macrodef>
     <target name="test-compile" depends="test-init,dist">
-        <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4.0.jar"/>
+        <taskdef name="groovyc" classname="org.codehaus.groovy.ant.Groovyc" classpath="tools/groovy-all-2.4.3.jar"/>
         <call-groovyc testfamily="unit">
             <cp-elements>
@@ -449,5 +449,5 @@
         <property name="dir" value="plugin-check"/>
         <typedef uri="antlib:org.codehaus.mojo.animal_sniffer">
-            <classpath path="tools/animal-sniffer-ant-tasks-1.13.jar"/>
+            <classpath path="tools/animal-sniffer-ant-tasks-1.14.jar"/>
         </typedef>
         <mkdir dir="${dir}"/>
