From 87e94db101548a050ff27bc656ae33d3ebcb0377 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 04:24:50 +0000 Subject: [PATCH] Bump groovy from 3.0.0-rc-2 to 3.0.3 Bumps [groovy](https://github.com/apache/groovy) from 3.0.0-rc-2 to 3.0.3. - [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..92b4609 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.3' } sourceSets {