From b4b6477899cf9526c6b9d6e05afa886c58b1c81a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:03:10 +0200 Subject: [PATCH 1/5] Upgrade to Spring AMQP 2.4.13 Closes gh-35727 --- 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 4c7e593a403..0fd54849c14 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1710,7 +1710,7 @@ bom { ] } } - library("Spring AMQP", "2.4.13-SNAPSHOT") { + library("Spring AMQP", "2.4.13") { prohibit { versionRange "[3.0.0-M1,)" because "it uses Spring Framework 6" From 33341f241d96b936519a0a189c5b1d3984db6a69 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:03:11 +0200 Subject: [PATCH 2/5] Upgrade to Spring Data Bom 2021.2.13 Closes gh-35728 --- 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 0fd54849c14..86b30b4ad0e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1739,7 +1739,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.13-SNAPSHOT") { + library("Spring Data Bom", "2021.2.13") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From 381857b3d38bfaa04f10c93c50af5bb2ffd42c4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:32 +0200 Subject: [PATCH 3/5] Upgrade to Spring Data Bom 2022.0.7 Closes gh-35738 --- 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 44d15e24460..fd6d70cd35a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1348,7 +1348,7 @@ bom { ] } } - library("Spring Data Bom", "2022.0.7-SNAPSHOT") { + library("Spring Data Bom", "2022.0.7") { group("org.springframework.data") { imports = [ "spring-data-bom" From 3194edefbde8f1dff27da9f430d575c2a8f322a4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:32 +0200 Subject: [PATCH 4/5] Upgrade to Spring LDAP 3.0.4 Closes gh-35741 --- 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 fd6d70cd35a..d192533835c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.4-SNAPSHOT") { + library("Spring LDAP", "3.0.4") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 607c155d4c9a4a733acfb7caea47b6f306d5109d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 17 Jun 2023 17:14:33 +0200 Subject: [PATCH 5/5] Upgrade to Spring Retry 2.0.2 Closes gh-35742 --- 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 d192533835c..4a9890b3070 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1409,7 +1409,7 @@ bom { ] } } - library("Spring Retry", "2.0.2-SNAPSHOT") { + library("Spring Retry", "2.0.2") { group("org.springframework.retry") { modules = [ "spring-retry"