Bump spock-junit4 in /test/init-scripts

Bumps spock-junit4 from 2.1-groovy-3.0 to 2.2-groovy-4.0.

---
updated-dependencies:
- dependency-name: org.spockframework:spock-junit4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 22:57:05 +00:00 committed by GitHub
parent 1761dcff13
commit c4233c5fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ repositories {
dependencies {
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
testImplementation('org.spockframework:spock-junit4:2.2-groovy-4.0')
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'