From f3332fd42d8ad4ab8e8430a037192ef9b7dcb697 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 04:30:16 +0000 Subject: [PATCH] Bump groovy-all from 2.5.7 to 3.0.0 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.7 to 3.0.0. - [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..7406703 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.0' } sourceSets {