From 9946ab38e85e5549d140b22171eb3ea8a79dca7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:23:01 +0000 Subject: [PATCH] fix(deps): update dependency org.spockframework:spock-core to v2.3-groovy-4.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 224e291..3597bdc 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { implementation('org.glassfish.jaxb:jaxb-runtime:2.3.6') implementation('com.sun.xml.bind:jaxb-core:4.0.1') - testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0' + testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0' testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8" }