From 1df4dc0b743259b30503a8e073c4b945b3b019dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:07:34 +0000 Subject: [PATCH] chore(deps): bump org.projectlombok:lombok from 1.18.42 to 1.18.44 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.42 to 1.18.44. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.42...v1.18.44) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 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 1454068..233c729 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ group = 'com.digitalsanctuary' description = 'Spring User Framework' ext { - lombokVersion = '1.18.42' + lombokVersion = '1.18.44' } java {