From 236a966ab9d3700917bc9d2c27c0fba18f1879c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 15:35:35 +0000 Subject: [PATCH] Bump groovy-all from 2.5.0 to 3.0.4 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.0 to 3.0.4. - [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..f7374ce 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.4" guava = "20.0" grails = "3.2.4" htmlUnit = "2.29"