From 559d09ef30a2703e8e6fcbd2d4994c94f73831d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:10 +0200 Subject: [PATCH 1/6] Upgrade to Spring AMQP 3.1.7 Closes gh-41951 --- 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 0ded4c2a94..20a6ddf0b3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1559,7 +1559,7 @@ bom { ] } } - library("Spring AMQP", "3.1.6") { + library("Spring AMQP", "3.1.7") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 3ba45aab68b2229d82d685c69aa831e176d2fa1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:14 +0200 Subject: [PATCH 2/6] Upgrade to Spring Kafka 3.1.8 Closes gh-41952 --- 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 20a6ddf0b3..467f2687b2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Kafka", "3.1.7") { + library("Spring Kafka", "3.1.8") { considerSnapshots() group("org.springframework.kafka") { modules = [ From d23a7033dd50bfc3fdd99c0825172916bc5b105e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:14 +0200 Subject: [PATCH 3/6] Upgrade to Spring Security 6.2.6 Closes gh-41728 --- 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 467f2687b2..db07aeaf6b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring Security", "6.2.6-SNAPSHOT") { + library("Spring Security", "6.2.6") { considerSnapshots() group("org.springframework.security") { imports = [ From 367acbbe715a8881f7e5436e46ad363c9a64e08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:23 +0200 Subject: [PATCH 4/6] Upgrade to Spring AMQP 3.1.7 Closes gh-41953 --- 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 712760dab3..c24ee6ebe3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1901,7 +1901,7 @@ bom { ] } } - library("Spring AMQP", "3.1.6") { + library("Spring AMQP", "3.1.7") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 2f6c766d41cb7436646553d8643784fca85af4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:27 +0200 Subject: [PATCH 5/6] Upgrade to Spring Kafka 3.2.3 Closes gh-41954 --- 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 c24ee6ebe3..d2e3b2aeea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2025,7 +2025,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.2") { + library("Spring Kafka", "3.2.3") { considerSnapshots() group("org.springframework.kafka") { modules = [ From a21f2a25e3fccb1c1f7ab8be00e013736e961ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 Aug 2024 08:55:28 +0200 Subject: [PATCH 6/6] Upgrade to Spring Security 6.3.2 Closes gh-41741 --- 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 d2e3b2aeea..4b0775815b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2102,7 +2102,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}") } } - library("Spring Security", "6.3.2-SNAPSHOT") { + library("Spring Security", "6.3.2") { considerSnapshots() group("org.springframework.security") { imports = [