From 2152cab65921f21e9d58ded216ca3ac0f1b37249 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 23:12:52 +0000 Subject: [PATCH] Bump groovy-all from 2.5.7 to 3.0.7 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.7 to 3.0.7. - [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..8bdca90 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.7' } sourceSets {