From 998396dd8a2fabe712b36a7fd16cb03eb070e767 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 16 Sep 2022 07:39:56 +0200 Subject: [PATCH 1/2] Upgrade to Spring HATEOAS 1.4.5 Closes gh-32400 --- 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 b0ee7593b1..27b3162a87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1715,7 +1715,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.4") { + library("Spring HATEOAS", "1.4.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 756eaea766b9f21dfc1bf030edf856b82dc785c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 16 Sep 2022 07:41:04 +0200 Subject: [PATCH 2/2] Upgrade to Spring HATEOAS 1.5.2 Closes gh-32378 --- 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 9c237b35f9..890bf857f7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1702,7 +1702,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.2-SNAPSHOT") { + library("Spring HATEOAS", "1.5.2") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" }