From e1c22bc291882ea776f67798b22efa35ef34882e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Jul 2022 15:18:44 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-M5 Closes gh-31683 --- 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 313de66d268..b79a08f131d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1433,7 +1433,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-SNAPSHOT") { + library("Spring HATEOAS", "2.0.0-M5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"