From 347381419d12ffdbc77f9b56207fe51671cd51e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Sep 2025 02:44:03 +0200 Subject: [PATCH 1/4] Upgrade to Hibernate 6.6.29.Final Closes gh-47215 --- 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 4946ebfd4c9..4e1e94b07b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -532,7 +532,7 @@ bom { releaseNotes("https://github.com/hazelcast/hazelcast/releases/tag/v{version}") } } - library("Hibernate", "6.6.28.Final") { + library("Hibernate", "6.6.29.Final") { group("org.hibernate.orm") { modules = [ "hibernate-agroal", From 0d5482d3b6871fc5419cb09c0a6f4d5667bad4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Sep 2025 02:44:03 +0200 Subject: [PATCH 2/4] Upgrade to Spring AMQP 3.2.7 Closes gh-47076 --- 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 4e1e94b07b3..4cedbfb9374 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2083,7 +2083,7 @@ bom { ] } } - library("Spring AMQP", "3.2.7-SNAPSHOT") { + library("Spring AMQP", "3.2.7") { considerSnapshots() group("org.springframework.amqp") { bom("spring-amqp-bom") From 8a75b23e62a61c778965065420e8c20bdd5ea59a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Sep 2025 02:44:03 +0200 Subject: [PATCH 3/4] Upgrade to Spring Kafka 3.3.10 Closes gh-47081 --- 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 4cedbfb9374..9e0fe8b5b7f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2210,7 +2210,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.3.10-SNAPSHOT") { + library("Spring Kafka", "3.3.10") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 27d6579573373927bac5179fe85b7ddb5b5a6e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Sep 2025 02:44:04 +0200 Subject: [PATCH 4/4] Upgrade to Spring Security 6.4.10 Closes gh-47201 --- 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 9e0fe8b5b7f..47ed8884693 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2291,7 +2291,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.4.10-SNAPSHOT") { + library("Spring Security", "6.4.10") { considerSnapshots() group("org.springframework.security") { bom("spring-security-bom")