From 3e65336f2f6ca201d1839615750fc92ad6cf1513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 21:01:10 +0000 Subject: [PATCH] build(deps): 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-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 610468a..4e65fe9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ openapi-tools = "0.2.6" swagger = "2.2.29" swagger-request-validator = "2.44.1" jakarta-validation = "3.1.1" -lombok = "1.18.36" +lombok = "1.18.38" commons-codec = "1.18.0" find-bugs = "3.0.2" gradle-nexus-publish-plugin = "2.0.0"