From 5a34fdf73532fa59aaaf39e1d4d17b6ca88bcca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 14:11:14 +0000 Subject: [PATCH] Bump lombok from 1.18.18 to 1.18.24 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.18 to 1.18.24. - [Release notes](https://github.com/projectlombok/lombok/releases) - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.18...v1.18.24) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3e102a8..c10690a 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test:2.4.3' - compileOnly 'org.projectlombok:lombok:1.18.18' - annotationProcessor 'org.projectlombok:lombok:1.18.16' + compileOnly 'org.projectlombok:lombok:1.18.24' + annotationProcessor 'org.projectlombok:lombok:1.18.24' }