diff --git a/build.gradle b/build.gradle index 4c642eb..de9fc68 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { compile 'org.hibernate:hibernate-entitymanager:5.6.11.Final' - testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' + testCompile 'org.spockframework:spock-core:2.1-groovy-3.0' testCompile 'junit:junit:4.13.2' runtime 'org.glassfish:javax.json:1.1.4'