From 37a44f45a00334b2ae69324f516dd3a068e1c801 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 12:10:46 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.7 Closes gh-29352 --- 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 22928ff4c99..be04ce6ff95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1676,7 +1676,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.6") { + library("Spring HATEOAS", "1.3.7") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"