From b293541906393192e70b8e911fedc8995e359971 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 16 Sep 2022 07:41:50 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-M6 Closes gh-31855 --- 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 77f1b6c66d7..4455a17bd3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-SNAPSHOT") { + library("Spring HATEOAS", "2.0.0-M6") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"