From 5280cf10809db53f551d07f45c95003622a7bc7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 22:12:14 +0000 Subject: [PATCH] Bump groovy-all from 2.5.7 to 3.0.8 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.7 to 3.0.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 1f7112c..a91e300 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.8' } sourceSets {