From c92cf8eda0e60016c0c54171d14e25a38d02580e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Mar 2022 16:38:06 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-M2 Closes gh-30371 --- 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 d6c7688d6c..be8cce2c50 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1353,7 +1353,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-M1") { + library("Spring HATEOAS", "2.0.0-M2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"