From b5ce261c64f30d8c010b2bea9fe388758d6d7668 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2020 08:32:12 +0000 Subject: [PATCH] Bump groovy-all from 2.5.0 to 3.0.5 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.0 to 3.0.5. - [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 68617c2..7236e4f 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { byteBuddyVersion = "1.8.17" cglib = "3.2.4" classmate = "1.4.0" - groovy = "2.5.0" + groovy = "3.0.5" guava = "20.0" grails = "3.2.4" htmlUnit = "2.29"