Index: /trunk/.classpath
===================================================================
--- /trunk/.classpath	(revision 11486)
+++ /trunk/.classpath	(revision 11487)
@@ -15,9 +15,10 @@
 	<classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
 	<classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
-	<classpathentry kind="lib" path="test/lib/equalsverifier-2.1.8.jar"/>
+	<classpathentry kind="lib" path="test/lib/equalsverifier-2.2.jar"/>
 	<classpathentry kind="lib" path="test/lib/reflections/reflections-0.9.10.jar"/>
-	<classpathentry kind="lib" path="test/lib/reflections/guava-19.0.jar"/>
-	<classpathentry kind="lib" path="test/lib/reflections/javassist-3.20.0-GA.jar"/>
-	<classpathentry kind="lib" path="test/lib/system-rules-1.16.0.jar"/>
+	<classpathentry kind="lib" path="test/lib/reflections/guava-21.0.jar"/>
+	<classpathentry kind="lib" path="test/lib/reflections/javassist-3.21.0-GA.jar"/>
+	<classpathentry kind="lib" path="test/lib/system-rules-1.16.1.jar"/>
+	<classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.6.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
@@ -26,5 +27,4 @@
 	<classpathentry kind="lib" path="test/lib/unitils-core/commons-logging-1.1.3.jar"/>
 	<classpathentry kind="lib" path="test/lib/unitils-core/ognl-2.6.9.jar"/>
-	<classpathentry kind="lib" path="test/lib/unitils-core/unitils-core-3.4.3.jar"/>
 	<classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
 	<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
Index: /trunk/README
===================================================================
--- /trunk/README	(revision 11486)
+++ /trunk/README	(revision 11487)
@@ -122,9 +122,9 @@
                             problems in source code); can be launched as an ant target in build.xml
     - commons-cli-1.3.1.jar dependency of Groovy Ant task
-    - error_prone_ant-2.0.14.jar
+    - error_prone_ant-2.0.15.jar
                             used to detect code errors during compilation
     - 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.7.jar  used for some unit tests and various scripts
+    - groovy-all-2.4.8.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 11486)
+++ /trunk/build.xml	(revision 11487)
@@ -25,6 +25,6 @@
         <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.7.jar"/>
-        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.14.jar"/>
+        <property name="groovy.jar" location="${base.dir}/tools/groovy-all-2.4.8.jar"/>
+        <property name="error_prone_ant.jar" location="${base.dir}/tools/error_prone_ant-2.0.15.jar"/>
         <property name="javac.compiler" value="com.google.errorprone.ErrorProneAntCompilerAdapter" />
         <!-- build parameter: compression level (ant -Dclevel=N)
