Upgrade groovy to 2.4.0+

- Fixes #16
This commit is contained in:
Giri Dandu 2015-03-18 12:28:45 -04:00
parent b8207117a6
commit 2af63c89c1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ repositories {
// DEPENDENCY MANAGEMENT
////////////////////////////////////////////////////////////////////////////////
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.3.9+'
compile 'org.codehaus.groovy:groovy-all:2.4.0+'
compile 'org.glassfish.jersey.core:jersey-client:2.6+'
/* Needed for serializing requests to JSON and back */