From 67bae9de36ac054d547a4bdfd1d9cc1506a0bf28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:05:52 +0200 Subject: [PATCH 1/6] Upgrade to Spring Data Bom 2021.2.14 Closes gh-36173 --- 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 ae99a7a3a5d..c279e15cc0e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1743,7 +1743,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.14-SNAPSHOT") { + library("Spring Data Bom", "2021.2.14") { prohibit { versionRange "[2022.0.0-M1,)" because "it uses Spring Framework 6" From beb4010d073a9a4ea7289176734389608570c8f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:05:56 +0200 Subject: [PATCH 2/6] Upgrade to Spring HATEOAS 1.5.5 Closes gh-36413 --- 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 c279e15cc0e..ce1fdbf6328 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1773,7 +1773,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.4") { + library("Spring HATEOAS", "1.5.5") { prohibit { versionRange "[2.0.0-M1,)" because "it uses Spring Framework 6" From 0a29a6a8c367347c7ef62ec24eb320d28812d579 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:06 +0200 Subject: [PATCH 3/6] Upgrade to Spring Data Bom 2022.0.8 Closes gh-36179 --- 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 37e8734ca64..ea0e5e9bf01 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.8-SNAPSHOT") { + library("Spring Data Bom", "2022.0.8") { group("org.springframework.data") { imports = [ "spring-data-bom" From 60150d96bdad690e32592b48d548ea353a22275e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:06 +0200 Subject: [PATCH 4/6] Upgrade to Spring HATEOAS 2.0.5 Closes gh-36181 --- 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 ea0e5e9bf01..5adb0f82080 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.5-SNAPSHOT") { + library("Spring HATEOAS", "2.0.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 225abf73c660d9b8bfae6ed7cfcde104eaacbb4e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:56 +0200 Subject: [PATCH 5/6] Upgrade to Spring Data Bom 2023.0.2 Closes gh-36184 --- 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 e0194fe3321..edc9132ff09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1386,7 +1386,7 @@ bom { ] } } - library("Spring Data Bom", "2023.0.2-SNAPSHOT") { + library("Spring Data Bom", "2023.0.2") { group("org.springframework.data") { imports = [ "spring-data-bom" From 0e3a151657db7105d61f51dedaef4fb455451d95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:09:00 +0200 Subject: [PATCH 6/6] Upgrade to Spring HATEOAS 2.1.1 Closes gh-36414 --- 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 edc9132ff09..23e6bb4a761 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0") { + library("Spring HATEOAS", "2.1.1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"