From 87ecbc7073ad962c6f7df78cc4363a06223e1ba2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:19:17 +0200 Subject: [PATCH 1/4] Upgrade to Spring HATEOAS 1.4.4 Closes gh-31464 --- 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 cd0ff12bad0..427d5f1beca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.3") { + library("Spring HATEOAS", "1.4.4") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 46a5e5d9d499ce3c1d5ee5fe1c6c47d61224fcdc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:19:53 +0200 Subject: [PATCH 2/4] Upgrade to Spring Data 2021.1.5 Closes gh-31349 --- 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 427d5f1beca..d5292868c8f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1694,7 +1694,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.5-SNAPSHOT") { + library("Spring Data Bom", "2021.1.5") { group("org.springframework.data") { imports = [ "spring-data-bom" From 4f78f9556d7a27a4c89a66d76eedafc15fb160fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:21:48 +0200 Subject: [PATCH 3/4] Upgrade to Spring HATEOAS 1.5.1 Closes gh-31465 --- 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 ac926e69bb9..d080afb7afb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0") { + library("Spring HATEOAS", "1.5.1") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" } From c04b407913702375891df88077110aed195d1761 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:22:25 +0200 Subject: [PATCH 4/4] Upgrade to Spring Data 2021.2.1 Closes gh-31374 --- 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 d080afb7afb..3b8c6365d8b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring Data Bom", "2021.2.1-SNAPSHOT") { + library("Spring Data Bom", "2021.2.1") { prohibit("[2022.0.0-M1,)") { because "it uses Spring Framework 6" }