From 8f5ec06a55d103f0d5f0cad5c1f6c0b0e263c716 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 Nov 2022 12:12:32 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-RC2 Closes gh-33001 --- 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 59d50729c1..ddfb3d98c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1441,7 +1441,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-RC1") { + library("Spring HATEOAS", "2.0.0-RC2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"