Merge pull request #17 from GiriDandu/issue-3-whoas-needs-to-be-configurable

Upgrade groovy to 2.4.0+
This commit is contained in:
R. Tyler Croy 2015-03-18 09:59:49 -07:00
commit 551bf94274
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 */