From ab8ed7de2fef9702931d4398c198eefe07229c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 10 Mar 2019 03:54:17 +0000 Subject: [PATCH] Bump spock-core from 0.7-groovy-2.0 to 1.3-groovy-2.5 Bumps spock-core from 0.7-groovy-2.0 to 1.3-groovy-2.5. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8196769..3f43fb3 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ dependencies { compile gradleApi() compile 'org.codehaus.groovy:groovy-all:2.4.4' compile 'com.moowork.gradle:gradle-node-plugin:0.11' - testCompile 'org.spockframework:spock-core:0.7-groovy-2.0' + testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' } pluginBundle {