From 3b801554afd9df9528c8fed0060438e8187af624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:49:00 +0000 Subject: [PATCH] Bump org.projectlombok:lombok from 1.18.28 to 1.18.36 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.28 to 1.18.36. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.36) updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch Issue-ID: CIMAN-33 Change-Id: I6066b27ece4b2a2c6198dcec7f76cbe24658421b Signed-off-by: dependabot[bot] Signed-off-by: onap.gh2gerrit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a2fa92..70108ad 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ ext { mapStructVersion = '1.5.5.Final' mapStructExtensionsVersion = '1.0.2' logbackVersion = '7.4' - lombokVersion = '1.18.28' + lombokVersion = '1.18.36' swaggerV3Version = '2.2.21' // app -- 2.16.6