From e5acaa30b477a0b18203f17a4886c8065f062d53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:59:17 +0000 Subject: [PATCH] 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 72d085c7..3230aac8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ spring-boot = "3.3.5" ttl = "2.14.5" mysql = "8.0.33" mybatis-plus-starter = "3.5.9" -lombok = "1.18.34" +lombok = "1.18.36" knife4j = "4.5.0" hutool = "5.8.34" jaxb-api = "2.3.1"