From 13b6f483d1a31ac412a186ccf3269652cca2df66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:12 +0100 Subject: [PATCH 1/5] Upgrade to Lombok 1.18.36 Closes gh-43177 --- 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 094a85a6ed..ba0647789a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -867,7 +867,7 @@ bom { ] } } - library("Lombok", "1.18.34") { + library("Lombok", "1.18.36") { group("org.projectlombok") { modules = [ "lombok" From 1c8a6a2b62cb41d310c78af55d14a4175675c208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:17 +0100 Subject: [PATCH 2/5] Upgrade to Micrometer 1.12.13 Closes gh-43178 --- 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 ba0647789a..1546b8820d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1007,7 +1007,7 @@ bom { ] } } - library("Micrometer", "1.12.12") { + library("Micrometer", "1.12.13") { considerSnapshots() group("io.micrometer") { modules = [ From e4fb95a16b1aabe4c2ee411860cec4d61c6a9843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:21 +0100 Subject: [PATCH 3/5] Upgrade to Pulsar Reactive 0.5.9 Closes gh-43179 --- 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 1546b8820d..16126d624b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1283,7 +1283,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.8") { + library("Pulsar Reactive", "0.5.9") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From b82367a4b3f81b1e6a3e1f2215ddf0f77614de43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:22 +0100 Subject: [PATCH 4/5] Upgrade to Spring Data Bom 2023.1.12 Closes gh-42997 --- 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 16126d624b..64115e23db 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1586,7 +1586,7 @@ bom { ] } } - library("Spring Data Bom", "2023.1.12-SNAPSHOT") { + library("Spring Data Bom", "2023.1.12") { considerSnapshots() calendarName = "Spring Data Release" group("org.springframework.data") { From 224da209364e0dee937be4cdb2e8ef6684855e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Nov 2024 15:53:26 +0100 Subject: [PATCH 5/5] Upgrade to Spring LDAP 3.2.8 Closes gh-43180 --- 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 64115e23db..f479c65db8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1638,7 +1638,7 @@ bom { ] } } - library("Spring LDAP", "3.2.7") { + library("Spring LDAP", "3.2.8") { considerSnapshots() group("org.springframework.ldap") { modules = [