From 37ecaf8d62e641b96e9653462b9cabc599567cff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 14 Apr 2023 08:59:44 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.0-RC1 Closes gh-34985 --- 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 bb1d274958..14ea8758ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1369,7 +1369,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0-M1") { + library("Spring HATEOAS", "2.1.0-RC1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"