summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorYves Fischer <yves.fischer@cern.ch>2016-01-27 13:13:00 +0100
committerYves Fischer <yves.fischer@cern.ch>2016-01-27 13:13:00 +0100
commitc3d5f9c53dbd13e4c611a62ea8b2387a3d1cd881 (patch)
tree3b7308378c5d3218ab60fa7403fdc01b60114f7c /build.gradle
parent57a3a39ba2b79c37f59d212bb14c7f9df91cf478 (diff)
downloadglocals-classifieds-c3d5f9c53dbd13e4c611a62ea8b2387a3d1cd881.tar.gz
glocals-classifieds-c3d5f9c53dbd13e4c611a62ea8b2387a3d1cd881.zip
update dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4fcbe0b..0be32fb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,7 @@ repositories {
}
dependencies {
- compile 'org.codehaus.groovy:groovy-all:2.3.11'
+ compile 'org.codehaus.groovy:groovy-all:2.4.5'
compile 'org.codehaus.groovy:http-builder:0.4.1'
testCompile group: 'junit', name: 'junit', version: '4.11'
}