From e9d80d20c1c63af01a3f36d2d1094e5ccd790bd7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 05:05:11 +0000 Subject: [PATCH] Bump groovy-all from 2.4.12 to 3.0.1 Bumps [groovy-all](https://github.com/apache/groovy) from 2.4.12 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 a0189714..239e2817 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.5.3' classpath 'me.tatarka:gradle-retrolambda:3.6.1' classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4' - classpath 'org.codehaus.groovy:groovy-all:2.4.12' + classpath 'org.codehaus.groovy:groovy-all:3.0.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }