From 485ec04094189ab7c5d96c9835fcf52f9cb27b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 12 Feb 2019 02:18:38 +0000 Subject: [PATCH] Bump lombok from 1.18.4 to 1.18.6 Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.4 to 1.18.6. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.4...v1.18.6) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d85a0e76bd..8024c84605 100644 --- a/build.gradle +++ b/build.gradle @@ -263,7 +263,7 @@ dependencies { //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}" implementation 'org.jetbrains:annotations:17.0.0' - compileOnly "org.projectlombok:lombok:1.18.4" + compileOnly "org.projectlombok:lombok:1.18.6" annotationProcessor "org.projectlombok:lombok:1.18.4" androidTestImplementation 'tools.fastlane:screengrab:1.2.0'