From b0837d398c1779ff1072a8f4d7d284c95a6d3ef0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Mar 2020 16:22:31 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.0.M3 Closes gh-20751 --- 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 789d7094b6..060e262081 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1630,7 +1630,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.0.M2") { + library("Spring HATEOAS", "1.1.0.M3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"