From 2a5083c9ac5a1d39de48570459c7a629678cc26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:39:15 +0100 Subject: [PATCH 1/5] Upgrade to Spring AMQP 3.1.10 Closes gh-44738 --- 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 4508d3f0791..fba1b1e0f88 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2098,7 +2098,7 @@ bom { ] } } - library("Spring AMQP", "3.1.9") { + library("Spring AMQP", "3.1.10") { considerSnapshots() group("org.springframework.amqp") { imports = [ From a0146f2f8327041d9d259b139d9c1d568ffa263a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:39:15 +0100 Subject: [PATCH 2/5] Upgrade to Spring Pulsar 1.1.10 Closes gh-44562 --- 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 fba1b1e0f88..38813dced45 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2273,7 +2273,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.1.10-SNAPSHOT") { + library("Spring Pulsar", "1.1.10") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 55b035bcf589d1c0d24b7fe3afab1af718b73b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:41:29 +0100 Subject: [PATCH 3/5] Upgrade to Hibernate 6.6.11.Final Closes gh-44739 --- 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 b6cadc9b123..355df780f43 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -514,7 +514,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.10.Final") { + library("Hibernate", "6.6.11.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From e91da7be51009ece2f35b8a7b38c39ef303295de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:41:34 +0100 Subject: [PATCH 4/5] Upgrade to Spring AMQP 3.2.4 Closes gh-44740 --- 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 355df780f43..30bd56df335 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2081,7 +2081,7 @@ bom { ] } } - library("Spring AMQP", "3.2.3") { + library("Spring AMQP", "3.2.4") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 928d61f864fa194b1f7268fe7b6ff7e3840b85a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 17 Mar 2025 17:41:34 +0100 Subject: [PATCH 5/5] Upgrade to Spring Pulsar 1.2.4 Closes gh-44571 --- 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 30bd56df335..1fdfd235d18 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2256,7 +2256,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}") } } - library("Spring Pulsar", "1.2.4-SNAPSHOT") { + library("Spring Pulsar", "1.2.4") { considerSnapshots() group("org.springframework.pulsar") { imports = [