From 756eaea766b9f21dfc1bf030edf856b82dc785c2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 16 Sep 2022 07:41:04 +0200 Subject: [PATCH] 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 9c237b35f9e1..890bf857f70b 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" }