From d3e182025c7c4f1d1006bef1b6215c0cda62b948 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:10:16 +0000 Subject: [PATCH] Bump groovy-all from 2.5.9 to 3.0.1 Bumps [groovy-all](https://github.com/apache/groovy) from 2.5.9 to 3.0.1. - [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 d8b5e08..0f74122 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { - compile 'org.codehaus.groovy:groovy-all:2.5.9' + compile 'org.codehaus.groovy:groovy-all:3.0.1' compile 'javax.json:javax.json-api:1.1.4' compile 'org.hibernate:hibernate-entitymanager:5.4.12.Final'