diff --git a/jgiven-spock/build.gradle b/jgiven-spock/build.gradle index 9f101ee5a2..1cb0af4624 100644 --- a/jgiven-spock/build.gradle +++ b/jgiven-spock/build.gradle @@ -8,7 +8,7 @@ description = "Module for writing JGiven tests with Spock" dependencies { api project(':jgiven-junit') - implementation 'org.codehaus.groovy:groovy:2.5.23' + implementation 'org.codehaus.groovy:groovy:3.0.23' implementation 'org.spockframework:spock-core:1.3-groovy-2.5' testImplementation project(':jgiven-html5-report')