From 94478c2210b9a92854f39d70c9fa8be726fd8aee Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:05:55 +0100 Subject: [PATCH] Upgrade to Lombok 1.18.30 Closes gh-37486 --- 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 532351158b..ce0736352b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1187,7 +1187,7 @@ bom { ] } } - library("Lombok", "1.18.28") { + library("Lombok", "1.18.30") { group("org.projectlombok") { modules = [ "lombok"