From ba700384a84f6c7606af56da503cfbbfacabff56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:51:24 +0000 Subject: [PATCH] build(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 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] --- 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 1ad3aa2d..3fb2441f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ openapi-tools = "0.2.6" swagger = "2.2.25" swagger-request-validator = "2.43.0" jakarta-validation = "3.1.0" -lombok = "1.18.34" +lombok = "1.18.36" commons-codec = "1.17.1" find-bugs = "3.0.2" gradle-nexus-publish-plugin = "2.0.0"