From 745120d6dacc024562a5759f27835695b32eb72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:04:17 +0000 Subject: [PATCH] build(deps): bump org.projectlombok:lombok from 1.18.40 to 1.18.42 Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.40 to 1.18.42. - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.40...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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 22294ec..8f48c56 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ openapi-tools = "0.2.7" swagger = "2.2.36" swagger-request-validator = "2.45.1" jakarta-validation = "3.1.1" -lombok = "1.18.40" +lombok = "1.18.42" commons-codec = "1.19.0" find-bugs = "3.0.2" gradle-nexus-publish-plugin = "2.0.0"