From 787cfac7889330e2f6aaa27c213062871d371af2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:24:05 +0100 Subject: [PATCH] Upgrade to Lombok 1.18.30 Closes gh-37489 --- 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 8edc70ef7c..307633cd6e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -855,7 +855,7 @@ bom { ] } } - library("Lombok", "1.18.28") { + library("Lombok", "1.18.30") { group("org.projectlombok") { modules = [ "lombok"