diff --git a/build.gradle b/build.gradle index 942dfc4..fa01b73 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ ext { } dependencies { - testCompile 'org.codehaus.groovy:groovy-all:3.0.6' + testCompile 'org.codehaus.groovy:groovy-all:3.0.7' testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' testCompile "org.gebish:geb-spock:$gebVersion" testCompile 'io.github.bonigarcia:webdrivermanager:4.2.2'