diff --git a/build.gradle b/build.gradle index 8f56e74..836afed 100755 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'io.github.scottg489:regex-directed-graph-line-parser:0.3.4' - testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5' + testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' testImplementation 'junit:junit:4.13.2' }