From 87ecbc7073ad962c6f7df78cc4363a06223e1ba2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:19:17 +0200 Subject: [PATCH 1/2] 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 cd0ff12bad..427d5f1bec 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/2] 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 427d5f1bec..d5292868c8 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"