From c5f17672dd2f7407830edb8b79fd2f3f85b57faf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 04:29:07 +0000 Subject: [PATCH] Bump groovy from 3.0.0-rc-2 to 3.0.1 Bumps [groovy](https://github.com/apache/groovy) from 3.0.0-rc-2 to 3.0.1. - [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 941c6fe..46cc2d9 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { testImplementation 'org.easymock:easymock:4.1' testImplementation 'org.javacord:javacord:3.0.4' - testCompileOnly 'org.codehaus.groovy:groovy:3.0.0-rc-2' + testCompileOnly 'org.codehaus.groovy:groovy:3.0.1' } sourceSets {