From 5fed25bb43a337eac367f347ac893f054844fa5e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Feb 2020 13:46:10 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.0.M2 Closes gh-20142 --- 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 524d2d09c4..c40af6b6fc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1595,7 +1595,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.0.M1") { + library("Spring HATEOAS", "1.1.0.M2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"