From c984a1cc83664a706a435ba481dae5d57ded5b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 16:55:06 +0000 Subject: [PATCH] Build(deps): Bump lombok from 1.18.16 to 1.18.18 Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.16 to 1.18.18. - [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.16...v1.18.18) Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d64f2bf60..054f3716e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -330,7 +330,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.12.0' // Annotations - implementation 'org.projectlombok:lombok:1.18.16' + implementation 'org.projectlombok:lombok:1.18.18' annotationProcessor 'org.projectlombok:lombok:1.18.18' // Web