From 55c9603387ce3dddb63d6beb1ffcf2b88ad85415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:45:31 +0100 Subject: [PATCH 1/4] Upgrade to Spring AMQP 3.1.9 Closes gh-44277 --- 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 c8da983497a..1dd3b1ad31e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2094,7 +2094,7 @@ bom { ] } } - library("Spring AMQP", "3.1.9-SNAPSHOT") { + library("Spring AMQP", "3.1.9") { considerSnapshots() group("org.springframework.amqp") { imports = [ From d89d1aa332ee6affaeccf7918f43abcac6fb4799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:45:31 +0100 Subject: [PATCH 2/4] Upgrade to Spring Authorization Server 1.3.5 Closes gh-44105 --- 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 1dd3b1ad31e..de815e0b07e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2111,7 +2111,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.3.5-SNAPSHOT") { + library("Spring Authorization Server", "1.3.5") { considerSnapshots() group("org.springframework.security") { modules = [ From c31872cd2f185ee071b74dcbdff88b227edab8df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:45:31 +0100 Subject: [PATCH 3/4] Upgrade to Spring Integration 6.3.8 Closes gh-44109 --- 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 de815e0b07e..17fb6266a17 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2214,7 +2214,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.3.8-SNAPSHOT") { + library("Spring Integration", "6.3.8") { considerSnapshots() group("org.springframework.integration") { imports = [ From b5d50ebf7ab7f2cc344049f3b2a67fb7f1354673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:45:31 +0100 Subject: [PATCH 4/4] Upgrade to Spring Kafka 3.2.7 Closes gh-44110 --- 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 17fb6266a17..c4d22fc3c14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2231,7 +2231,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.2.7-SNAPSHOT") { + library("Spring Kafka", "3.2.7") { considerSnapshots() group("org.springframework.kafka") { modules = [