From e30b3fe4f297ef19ca0ea85e2b2946db6852dc86 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:21:42 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.6 Closes gh-36453 --- 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 290c84e2b0..aa5d131858 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.5") { + library("Spring HATEOAS", "2.0.6") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"