From 94478c2210b9a92854f39d70c9fa8be726fd8aee Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:05:55 +0100 Subject: [PATCH 1/2] 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 532351158be..ce0736352b7 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" From d28982f3bd77466ab3f4253e4d91522262dcba52 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Sep 2023 11:05:55 +0100 Subject: [PATCH 2/2] Upgrade to Spring Integration 5.5.19 Closes gh-37251 --- 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 ce0736352b7..124f6c632e8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1795,7 +1795,7 @@ bom { ] } } - library("Spring Integration", "5.5.19-SNAPSHOT") { + library("Spring Integration", "5.5.19") { considerSnapshots() prohibit { versionRange "[6.0.0-M1,)"