From 676cac99b7ee071922309fa6adf6e1bec8879f42 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Mar 2023 19:39:47 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.4 Closes gh-34654 --- 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 a6165d71e1..67deb080d9 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.3") { + library("Spring HATEOAS", "1.5.4") { prohibit { versionRange "[2.0.0-M1,)" because "it uses Spring Framework 6"