From 13b6f483d1a31ac412a186ccf3269652cca2df66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:12 +0100 Subject: [PATCH] Upgrade to Lombok 1.18.36 Closes gh-43177 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 094a85a6ed..ba0647789a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -867,7 +867,7 @@ bom { ] } } - library("Lombok", "1.18.34") { + library("Lombok", "1.18.36") { group("org.projectlombok") { modules = [ "lombok"