From 58320c6af9729f8c7d73c3d10eb7d2a9573e3f15 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 19:21:12 +0200 Subject: [PATCH 1/4] Upgrade to Spring HATEOAS 1.2.7 Closes gh-27013 --- 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 90abdcb7038..bf174160308 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.7-SNAPSHOT") { + library("Spring HATEOAS", "1.2.7") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 7e09c1d8dce512b062f306b55ad0aae03f38ff1d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 19:21:42 +0200 Subject: [PATCH 2/4] Upgrade to Spring Data 2020.0.10 Closes gh-26963 --- 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 bf174160308..ca532f8cf08 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1558,7 +1558,7 @@ bom { ] } } - library("Spring Data Bom", "2020.0.10-SNAPSHOT") { + library("Spring Data Bom", "2020.0.10") { group("org.springframework.data") { imports = [ "spring-data-bom" From 47a9a94376e79023b3e44f71379e240603f006fb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 19:22:28 +0200 Subject: [PATCH 3/4] Upgrade to Spring HATEOAS 1.3.2 Closes gh-26969 --- 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 2cd88761a82..e7645a38083 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.2-SNAPSHOT") { + library("Spring HATEOAS", "1.3.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 9281dcf75196681dea28976f997aa24e8c7fe546 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 19:22:51 +0200 Subject: [PATCH 4/4] Upgrade to Spring Data 2021.0.2 Closes gh-26970 --- 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 e7645a38083..7f76834a933 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1643,7 +1643,7 @@ bom { ] } } - library("Spring Data Bom", "2021.0.2-SNAPSHOT") { + library("Spring Data Bom", "2021.0.2") { group("org.springframework.data") { imports = [ "spring-data-bom"