From dd96a3c5b2b2a6af48b96cb846ad34dad72d1bc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 06:52:59 +0000 Subject: [PATCH] Bump groovy-all from 2.5.0 to 3.0.6 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.0 to 3.0.6. - [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..5542bb7 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.6" guava = "20.0" grails = "3.2.4" htmlUnit = "2.29"