From 3eaf1e80f6b52024d39afbdf408c584fb06bf63d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 09:50:11 +0000 Subject: [PATCH] Bump groovy-all from 2.3.7 to 2.5.8 Bumps [groovy-all](https://github.com/apache/groovy) from 2.3.7 to 2.5.8. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34774f7..fa76a40 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2' testCompile 'com.openpojo:openpojo:0.8.3' - testCompile "org.codehaus.groovy:groovy-all:2.3.7" + testCompile "org.codehaus.groovy:groovy-all:2.5.8" testCompile "org.spockframework:spock-core:1.0-groovy-2.4" testRuntime 'org.slf4j:slf4j-simple:1.7.7' }