From ad5bd122feccf0538d37fe098c960588e4f87292 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:01:58 +0000 Subject: [PATCH] Upgrade to Lombok 1.18.16 Closes gh-23895 --- 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 b1a3d43c5a..44e39849bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -967,7 +967,7 @@ bom { ] } } - library("Lombok", "1.18.14") { + library("Lombok", "1.18.16") { group("org.projectlombok") { modules = [ "lombok"