From 8eab35761d46083066e59a6a1b257a517a003dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:16:31 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 (#2266) Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.34 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 035e8606..8478e426 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ ext { pdfboxVersion = "3.0.3" logbackVersion = "1.5.7" imageioVersion = "3.12.0" - lombokVersion = "1.18.34" + lombokVersion = "1.18.36" bouncycastleVersion = "1.78.1" }