From d661328a9bee6c26462f7b7f9124c4ed713ccb6e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Aug 2021 13:08:28 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.0-M2 Closes gh-27649 --- 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 85a391a6e7..783d135ad2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1662,7 +1662,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-M1") { + library("Spring HATEOAS", "1.4.0-M2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"