From fabd69281271b3efca2e8c126cf2fb620fdc7929 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Jan 2020 20:14:37 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.0.M1 Closes gh-19649 --- 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 04c6ce4521..faef8c49be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library('Spring HATEOAS', '1.1.0.BUILD-SNAPSHOT') { + library('Spring HATEOAS', '1.1.0.M1') { group('org.springframework.hateoas') { modules = [ 'spring-hateoas'