From 8c8130aa18a26ffa1eb1e9da8c9c7193ac8cb942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:07:33 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.38 to 1.18.40 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.40. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.40) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bfe10ef..2f53f3d 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ description = 'Spring User Framework' ext { springBootVersion = '3.5.5' - lombokVersion = '1.18.38' + lombokVersion = '1.18.40' } java {