From 30646b2f6597542581395ed45ffb3b7bec7332a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 12:02:03 +0000 Subject: [PATCH] build(deps): bump org.projectlombok:lombok from 1.18.20 to 1.18.26 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.26. - [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.26) --- 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..d8438a3 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.26") annotationProcessor ("org.projectlombok:lombok:1.18.20") - testCompileOnly ("org.projectlombok:lombok:1.18.16") + testCompileOnly ("org.projectlombok:lombok:1.18.26") testAnnotationProcessor ("org.projectlombok:lombok:1.18.16") testImplementation ("org.springframework.boot:spring-boot-starter-test") testImplementation ("com.h2database:h2:1.4.200")