From d1f99197aa430d9aa0debca9a4a0a215ac05625f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:38:59 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.36 to 1.18.38 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.36 to 1.18.38. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.36...v1.18.38) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-version: 1.18.38 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 a8d2e19b4..eaa0ff2a8 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ ext { springBootVersion = "3.4.4" pdfboxVersion = "3.0.4" imageioVersion = "3.12.0" - lombokVersion = "1.18.36" + lombokVersion = "1.18.38" bouncycastleVersion = "1.80" springSecuritySamlVersion = "6.4.4" openSamlVersion = "4.3.2"