From 0d078ece235f413175c82943665cf6bfa8eb824c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:25:20 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.44 to 1.18.46 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.44 to 1.18.46. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.44...v1.18.46) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.46 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 6b15bf5..fcf9798 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ description = 'Simple SpringBoot AI Client Library' ext { springBootVersion = '4.0.5' - lombokVersion = '1.18.44' + lombokVersion = '1.18.46' } java {