From 2689b4dac0cca9b75bfed9b3b26283ed5a2bf22c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:41 +0100 Subject: [PATCH 1/4] Upgrade to Spring AMQP 3.1.6 Closes gh-41143 --- 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 4d278c0366d..0c029d8a582 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1554,7 +1554,7 @@ bom { ] } } - library("Spring AMQP", "3.1.5") { + library("Spring AMQP", "3.1.6") { considerSnapshots() group("org.springframework.amqp") { imports = [ From e2296be9a70b476de08daf0ff74564b868f914a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:42 +0100 Subject: [PATCH 2/4] Upgrade to Spring Kafka 3.1.6 Closes gh-41022 --- 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 0c029d8a582..f3f202e7d63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1621,7 +1621,7 @@ bom { ] } } - library("Spring Kafka", "3.1.6-SNAPSHOT") { + library("Spring Kafka", "3.1.6") { considerSnapshots() group("org.springframework.kafka") { modules = [ From 97b8c7841104187e836d9f5c8fd7b85330eae0d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:43 +0100 Subject: [PATCH 3/4] Upgrade to Spring Pulsar 1.0.7 Closes gh-41024 --- 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 f3f202e7d63..c222f585107 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring Pulsar", "1.0.7-SNAPSHOT") { + library("Spring Pulsar", "1.0.7") { considerSnapshots() group("org.springframework.pulsar") { imports = [ From 82fd923d00468382adf1568b41d40fa45fb1a6d4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Jun 2024 09:09:44 +0100 Subject: [PATCH 4/4] Upgrade to Spring Security 6.2.5 Closes gh-41025 --- 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 c222f585107..6d4edbcaf8d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring Security", "6.2.5-SNAPSHOT") { + library("Spring Security", "6.2.5") { considerSnapshots() group("org.springframework.security") { imports = [