From c3924f126b91039e3b15c88942f1a7d6b12214c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 06:31:01 +0000 Subject: [PATCH] Bump groovy-all from 2.5.0 to 3.0.7 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.0 to 3.0.7. - [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..3f53a7f 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.7" guava = "20.0" grails = "3.2.4" htmlUnit = "2.29"