From 1cca13334e548fe28bfb7db5610f6f23674ef17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:31:57 +0200 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 (#1684) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1ec2bc0f..c79c2805 100644 --- a/build.gradle +++ b/build.gradle @@ -184,8 +184,8 @@ dependencies { implementation "com.fathzer:javaluator:3.0.4" developmentOnly("org.springframework.boot:spring-boot-devtools:$springBootVersion") - compileOnly "org.projectlombok:lombok:1.18.32" - annotationProcessor "org.projectlombok:lombok:1.18.32" + compileOnly "org.projectlombok:lombok:1.18.34" + annotationProcessor "org.projectlombok:lombok:1.18.34" testImplementation 'org.mockito:mockito-inline:5.2.0' }