diff --git a/sources/test/init-scripts/build.gradle b/sources/test/init-scripts/build.gradle index 859fc378..eea52836 100644 --- a/sources/test/init-scripts/build.gradle +++ b/sources/test/init-scripts/build.gradle @@ -14,13 +14,13 @@ repositories { dependencies { testImplementation gradleTestKit() - testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' - testImplementation('org.spockframework:spock-junit4:2.3-groovy-4.0') + testImplementation 'org.spockframework:spock-core:2.4-groovy-4.0' + testImplementation('org.spockframework:spock-junit4:2.4-groovy-4.0') testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' } - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.1' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.21.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }