From 4f8af5a4b0695b81952eb5bd48cb423c357d25b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 16 Jan 2022 11:24:29 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-M1 Closes gh-28869 --- 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 3d6a693faa..e828c4babe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1344,7 +1344,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-SNAPSHOT") { + library("Spring HATEOAS", "2.0.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"