From 463d0ece20e55b869f046601f0d4adf15e90827c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 22 May 2020 04:25:47 +0000 Subject: [PATCH] Bump groovy-all from 2.5.7 to 3.0.4 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.7 to 3.0.4. - [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 1f7112c..79c36b9 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { compileOnly 'org.jetbrains:annotations:18.0.0' testImplementation 'junit:junit:4.12' - testCompile 'org.codehaus.groovy:groovy-all:2.5.7' + testCompile 'org.codehaus.groovy:groovy-all:3.0.4' } sourceSets {