Index: /trunk/README
===================================================================
--- /trunk/README	(revision 8819)
+++ /trunk/README	(revision 8820)
@@ -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.4.jar  used for some unit tests and various scripts
+    - groovy-all-2.4.5.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 8819)
+++ /trunk/build.xml	(revision 8820)
@@ -15,5 +15,5 @@
     <property name="javacc.home" location="tools"/>
     <property name="mapcss.dir" location="${src.dir}/org/openstreetmap/josm/gui/mappaint/mapcss"/>
-    <property name="groovy.jar" location="tools/groovy-all-2.4.4.jar"/>
+    <property name="groovy.jar" location="tools/groovy-all-2.4.5.jar"/>
     <!-- build parameter: compression level (ant -Dclevel=N)
              N ranges from 0 (no compression) to 9 (maximum compression)
