From a312dd5905949543c521c0d02aeefa4e24d798d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 10:08:27 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.0-RC1 Closes gh-28254 --- 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 eda7cdf371..5b9dfdb922 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-SNAPSHOT") { + library("Spring HATEOAS", "1.4.0-RC1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"