From 754dc982eabda7ec59af8fd4b9b6990a55b791dc Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sun, 29 Dec 2013 22:41:49 +0100 Subject: [PATCH] changed versions of dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c2da5b4..25aefaa 100644 --- a/build.gradle +++ b/build.gradle @@ -52,10 +52,10 @@ dependencies { //compile group: 'org.jfxtras', name: 'jfxtras-labs', version: '8.0-r1-SNAPSHOT' this is not an actual version and the map part is missing compile files('lib/JFXtras/jfxtras-labs-8.0-r1-SNAPSHOT.jar', 'lib/ScenicView/ScenicView.jar') compile group: 'org.jdom', name: 'jdom2', version: '2.0.5' - compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.2-SNAPSHOT' + compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.3' compile group: 'com.h2database', name: 'h2', version: '1.3.173' compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.0' - compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.1.7' + compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.2.1' } ///////////////////////////////////////////////////////////////////////////////////