From 67bae9de36ac054d547a4bdfd1d9cc1506a0bf28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:05:52 +0200 Subject: [PATCH 1/2] 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/2] 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"