Index: /trunk/README
===================================================================
--- /trunk/README	(revision 12015)
+++ /trunk/README	(revision 12016)
@@ -127,5 +127,5 @@
     - 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.4.8.jar  used for some unit tests and various scripts
+    - groovy-all-2.4.11.jar used for some unit tests and various scripts
     - jacocoant.jar         used to include coverage data into JUnit test reports
     - japicc/               used to generate a compatibility report between optimized jar and normal one
Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 12015)
+++ /trunk/build.xml	(revision 12016)
@@ -25,5 +25,5 @@
         <property name="proj-build.dir" location="${base.dir}/build2"/>
         <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
-        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/>
+        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.11.jar"/>
         <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.19.jar"/>
         <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
