From 77f5fdb79ac9335fdf6ea3dc21abf5c3c84e71db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 08:42:28 +0000 Subject: [PATCH] Bump lombok-plugin from 5.1.0 to 5.1.1 Bumps [lombok-plugin](https://github.com/freefair/gradle-plugins) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/5.1.0...5.1.1) 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 6c76912..ca65399 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { } dependencies { - classpath "io.freefair.gradle:lombok-plugin:5.1.0" + classpath "io.freefair.gradle:lombok-plugin:5.1.1" classpath "com.github.jengelman.gradle.plugins:shadow:5.2.0" } }