From 800957e5a3c2cd3090d2645269f2e59021c03fe6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Jul 2021 17:05:00 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.0-M1 Closes gh-27185 --- 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 72b4c11276..61748ba4d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1687,7 +1687,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-SNAPSHOT") { + library("Spring HATEOAS", "1.4.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"