From cba9071896441bd2df60571943f8a83a6e1f6d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 18:46:42 +0000 Subject: [PATCH] build(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.42 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.38 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.42) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 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 af8962dc9..f72f9bcd7 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { springBootVersion = "3.5.5" pdfboxVersion = "3.0.5" imageioVersion = "3.12.0" - lombokVersion = "1.18.38" + lombokVersion = "1.18.42" bouncycastleVersion = "1.81" springSecuritySamlVersion = "6.5.3" openSamlVersion = "4.3.2"