From f3e2a40424189c6fa5f44e3379bc14f46422d795 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:16:17 +0100 Subject: [PATCH 1/4] Upgrade to Spring HATEOAS 1.2.11 Closes gh-28608 --- 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 e39ec0e22e11..4abdac83df0f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1592,7 +1592,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.11-SNAPSHOT") { + library("Spring HATEOAS", "1.2.11") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From e7d62ffb01f085f770e020cabc958d4b4fb60e34 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:16:51 +0100 Subject: [PATCH 2/4] Upgrade to Spring Data 2020.0.15 Closes gh-28508 --- 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 4abdac83df0f..93b241e4a8ca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.15-SNAPSHOT") { + library("Spring Data Bom", "2020.0.15") { group("org.springframework.data") { imports = [ "spring-data-bom" From 52098229c006487fbe9da824e7c0c3fbb778a551 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:17:35 +0100 Subject: [PATCH 3/4] Upgrade to Spring HATEOAS 1.3.6 Closes gh-28609 --- 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 c79c802beaa8..786cc7ec5233 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 HATEOAS", "1.3.6-SNAPSHOT") { + library("Spring HATEOAS", "1.3.6") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From e396aa310f5939061c4ee26be066fc89121798c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:17:57 +0100 Subject: [PATCH 4/4] Upgrade to Spring Data 2021.0.7 Closes gh-28512 --- 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 786cc7ec5233..7630cd2bc334 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.7-SNAPSHOT") { + library("Spring Data Bom", "2021.0.7") { group("org.springframework.data") { imports = [ "spring-data-bom"