From 274c392265015a6de4a3f71561f0ede4b9379e91 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:59 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.3 Closes gh-34249 --- 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 d71310bc61..1ba76acf3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1769,7 +1769,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.2") { + library("Spring HATEOAS", "1.5.3") { prohibit { versionRange "[2.0.0-M1,)" because "it uses Spring Framework 6"