From 86d90a55381cc5ff1ad06a236537cd8d0d072e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 12:12:10 +0000 Subject: [PATCH] build(deps): bump lombok from 1.18.20 to 1.18.22 Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.22. - [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.22) --- 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..841b19e 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.22") annotationProcessor ("org.projectlombok:lombok:1.18.20") - testCompileOnly ("org.projectlombok:lombok:1.18.16") + testCompileOnly ("org.projectlombok:lombok:1.18.22") testAnnotationProcessor ("org.projectlombok:lombok:1.18.16") testImplementation ("org.springframework.boot:spring-boot-starter-test") testImplementation ("com.h2database:h2:1.4.200")