From 037b131edfb4f12824febcd3260669b61cbce1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Apr 2022 12:21:17 +0000 Subject: [PATCH] build(deps): bump lombok from 1.18.20 to 1.18.24 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 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.20...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 b09c03f..dcdc62e 100644 --- a/build.gradle +++ b/build.gradle @@ -40,10 +40,10 @@ dependencies { implementation ("org.slf4j:slf4j-api") implementation ("org.apache.commons:commons-lang3") - compileOnly ("org.projectlombok:lombok:1.18.20") + compileOnly ("org.projectlombok:lombok:1.18.24") annotationProcessor ("org.projectlombok:lombok:1.18.20") - testCompileOnly ("org.projectlombok:lombok:1.18.16") + testCompileOnly ("org.projectlombok:lombok:1.18.24") testAnnotationProcessor ("org.projectlombok:lombok:1.18.16") testImplementation ("org.springframework.boot:spring-boot-starter-test") testImplementation ("com.h2database:h2:1.4.200")