From 5f15e979e033ee97abe1d785ae452d4e327d7482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:44:48 +0100 Subject: [PATCH 1/5] Upgrade to Maven Clean Plugin 3.4.1 Closes gh-44349 --- 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 b82b0e1713..70ddc831d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1285,7 +1285,7 @@ bom { releaseNotes("https://github.com/apache/maven-assembly-plugin/releases/tag/maven-assembly-plugin-{version}") } } - library("Maven Clean Plugin", "3.4.0") { + library("Maven Clean Plugin", "3.4.1") { group("org.apache.maven.plugins") { plugins = [ "maven-clean-plugin" From 2abc3dec6ff8c68cb513e289f40c50db90ec7682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:44:48 +0100 Subject: [PATCH 2/5] Upgrade to Spring AMQP 3.2.3 Closes gh-44278 --- 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 70ddc831d8..25acd7050f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2077,7 +2077,7 @@ bom { ] } } - library("Spring AMQP", "3.2.3-SNAPSHOT") { + library("Spring AMQP", "3.2.3") { considerSnapshots() group("org.springframework.amqp") { imports = [ From 3a2613f373d802b0bd199152563b3f668236d7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:44:48 +0100 Subject: [PATCH 3/5] Upgrade to Spring Authorization Server 1.4.2 Closes gh-44118 --- 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 25acd7050f..fd827b9609 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2094,7 +2094,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}") } } - library("Spring Authorization Server", "1.4.2-SNAPSHOT") { + library("Spring Authorization Server", "1.4.2") { considerSnapshots() group("org.springframework.security") { modules = [ From 339f6207ae452a3dd93191e1b294b3b56fdbc6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:44:48 +0100 Subject: [PATCH 4/5] Upgrade to Spring Integration 6.4.2 Closes gh-44122 --- 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 fd827b9609..885bd61730 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -2197,7 +2197,7 @@ bom { releaseNotes("https://github.com/spring-projects/spring-hateoas/releases/tag/{version}") } } - library("Spring Integration", "6.4.2-SNAPSHOT") { + library("Spring Integration", "6.4.2") { considerSnapshots() group("org.springframework.integration") { imports = [ From a686ae49370ddd4217ebc2f3c3c2d333c4c07d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 19 Feb 2025 09:44:48 +0100 Subject: [PATCH 5/5] Upgrade to Spring Kafka 3.3.3 Closes gh-44123 --- 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 885bd61730..b56bcc5ffe 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-integration/releases/tag/v{version}") } } - library("Spring Kafka", "3.3.3-SNAPSHOT") { + library("Spring Kafka", "3.3.3") { considerSnapshots() group("org.springframework.kafka") { modules = [