From 818abdc70d1adf62cbbe3ab96f0231439a78440e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:22:05 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.0 Closes gh-28610 --- 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 687857540fa3..6bb45adc5259 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1656,7 +1656,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-SNAPSHOT") { + library("Spring HATEOAS", "1.4.0") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"