Index: /trunk/README
===================================================================
--- /trunk/README	(revision 10455)
+++ /trunk/README	(revision 10456)
@@ -123,5 +123,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.6.jar  used for some unit tests and various scripts
+    - groovy-all-2.4.7.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 10455)
+++ /trunk/build.xml	(revision 10456)
@@ -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.6.jar"/>
+        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.7.jar"/>
         <!-- build parameter: compression level (ant -Dclevel=N)
                  N ranges from 0 (no compression) to 9 (maximum compression)
