diff --git a/build.gradle b/build.gradle
index c1118be..33c4c1d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ repositories {
dependencies {
// mandatory dependencies for using Spock
compile "org.codehaus.groovy:groovy-all:2.3.6"
- testCompile "org.spockframework:spock-core:1.0-groovy-2.0-SNAPSHOT"
+ testCompile "org.spockframework:spock-core:1.0-groovy-2.3-SNAPSHOT"
// optional dependencies for using Spock
testCompile "org.hamcrest:hamcrest-core:1.3" // only necessary if Hamcrest matchers are used
diff --git a/build.xml b/build.xml
index be1e133..a2fb963 100644
--- a/build.xml
+++ b/build.xml
@@ -27,23 +27,23 @@
+ version="1.0-groovy-2.3-SNAPSHOT" />
+ version="3.1" />
+ version="2.1" />
+ version="5.0.3" />
+ version="1.4.181" />
diff --git a/pom.xml b/pom.xml
index 767933b..b157ad8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
org.codehaus.groovy
groovy-all
- 2.1.5
+ 2.3.6
@@ -78,20 +78,20 @@
org.spockframework
spock-core
- 1.0-groovy-2.0-SNAPSHOT
+ 1.0-groovy-2.3-SNAPSHOT
test
cglib
cglib-nodep
- 2.2.2
+ 3.1
test
org.objenesis
objenesis
- 1.2
+ 2.1
test
@@ -104,7 +104,7 @@
com.h2database
h2
- 1.3.168
+ 1.4.181
@@ -130,7 +130,7 @@
-
+
foo