diff --git a/build.gradle b/build.gradle index 8f1cb30..88b9541 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { compile 'org.hibernate:hibernate-entitymanager:5.6.3.Final' - testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' + testCompile 'org.spockframework:spock-core:2.0-groovy-3.0' testCompile 'junit:junit:4.13.2' runtime 'org.glassfish:javax.json:1.1.4'