diff --git a/build.gradle b/build.gradle index 4d4bb0d..693b641 100755 --- a/build.gradle +++ b/build.gradle @@ -2,6 +2,7 @@ apply plugin: "groovy" apply plugin: "idea" apply plugin: "eclipse" +version = "0.6-SNAPSHOT" description = "Spock Framework - Example Project" repositories { @@ -15,8 +16,8 @@ repositories { dependencies { // mandatory dependencies for using Spock - groovy("org.codehaus.groovy:groovy-all:1.7.10") - testCompile "org.spockframework:spock-core:0.6-groovy-1.7-SNAPSHOT" + groovy("org.codehaus.groovy:groovy-all:1.8.6") + testCompile "org.spockframework:spock-core:0.6-groovy-1.8-SNAPSHOT" // optional dependencies for using Spock testCompile "org.hamcrest:hamcrest-core:1.2" // only necessary if Hamcrest matchers are used @@ -24,7 +25,7 @@ dependencies { testRuntime "org.objenesis:objenesis:1.2" // enables mocking of classes without default constructor (together with CGLIB) // dependencies used by examples in this project (not required for using Spock) - testRuntime "com.h2database:h2:1.2.147" + testRuntime "com.h2database:h2:1.3.164" } // copies all Jars used in this project into build/output/lib (not required for using Spock) diff --git a/build.xml b/build.xml index ae17a1b..713bf01 100644 --- a/build.xml +++ b/build.xml @@ -27,7 +27,7 @@ + version="0.6-groovy-1.8-SNAPSHOT" /> + version="1.3.164" /> diff --git a/pom.xml b/pom.xml index 50ba38a..3147647 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.spockframework spock-example - 0.6-groovy-1.7-SNAPSHOT + 0.6-SNAPSHOT jar Spock Framework - Example Project @@ -46,7 +46,7 @@ org.codehaus.groovy groovy-all - 1.7.10 + 1.8.6 @@ -58,8 +58,7 @@ --> org.spockframework spock-maven - ${project.version} - + 0.6-groovy-1.8-SNAPSHOT @@ -92,8 +91,7 @@ org.spockframework spock-core - ${project.version} - + 0.6-groovy-1.8-SNAPSHOT test @@ -119,7 +117,7 @@ com.h2database h2 - 1.2.147 + 1.3.164