From d7cc673ac0ce57c949bc80e439c8446f29fd9d43 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:57 +0000 Subject: [PATCH] Upgrade to Lombok 1.18.18 Closes gh-25217 --- 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 df67dab399..46c95c5237 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -971,7 +971,7 @@ bom { ] } } - library("Lombok", "1.18.16") { + library("Lombok", "1.18.18") { group("org.projectlombok") { modules = [ "lombok"