From a823c75bf9ac84089bee0cd8c2f7970ca58e1d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:16 +0200 Subject: [PATCH 1/4] Upgrade to Byte Buddy 1.14.19 Closes gh-41881 --- 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 9519ac5da83..66d7183ba04 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -123,7 +123,7 @@ bom { ] } } - library("Byte Buddy", "1.14.18") { + library("Byte Buddy", "1.14.19") { group("net.bytebuddy") { modules = [ "byte-buddy", From d8639632b5be1774492a8fe98ad94cf1da87f1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:20 +0200 Subject: [PATCH 2/4] Upgrade to Pulsar Reactive 0.5.7 Closes gh-41882 --- 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 66d7183ba04..b26f4de109d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1280,7 +1280,7 @@ bom { ] } } - library("Pulsar Reactive", "0.5.6") { + library("Pulsar Reactive", "0.5.7") { group("org.apache.pulsar") { modules = [ "pulsar-client-reactive-adapter", From d70a362bd33854c1a33a434254de63fa94a68b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:24 +0200 Subject: [PATCH 3/4] Upgrade to Spring HATEOAS 2.2.4 Closes gh-41883 --- 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 b26f4de109d..7eb1a0bb034 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.3") { + library("Spring HATEOAS", "2.2.4") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From 2dbee6d988081cfc3b075da75d904e653f622e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 16 Aug 2024 09:33:25 +0200 Subject: [PATCH 4/4] Upgrade to Spring LDAP 3.2.6 Closes gh-41726 --- 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 7eb1a0bb034..b52d887a6ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring LDAP", "3.2.5-SNAPSHOT") { + library("Spring LDAP", "3.2.6") { considerSnapshots() group("org.springframework.ldap") { modules = [