From 55fdb9f215b53ae66e2c22fc83c25ba46ba6d60d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 19:55:15 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.0-M2 Closes gh-29893 --- 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 371e5fcdfe..8be3778d63 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0-SNAPSHOT") { + library("Spring HATEOAS", "1.5.0-M2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"