From f24c215a0bb048adb7fa30e11a4ce84ee67a3c36 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 28 Apr 2020 15:44:16 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.0.RC1 Closes gh-21210 --- 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 d393dfc1cf5..bcd0eb80625 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.M3") { + library("Spring HATEOAS", "1.1.0.RC1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"