From c743442a786a41666c1f1a78ca2d4f20f6da6984 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 09:58:05 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.10 Closes gh-28358 --- 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 7bf3d5d83e4..0a1e48e98e2 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1585,7 +1585,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.9") { + library("Spring HATEOAS", "1.2.10") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"