From 1e44e4e52e6a30b3632a11398b5ed2884b6ab66b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jan 2022 15:44:16 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.1 Closes gh-29283 --- 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 4d94b1d26e41..b107102220e9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1655,7 +1655,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0") { + library("Spring HATEOAS", "1.4.1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"