From beb4010d073a9a4ea7289176734389608570c8f4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:05:56 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.5 Closes gh-36413 --- 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 c279e15cc0e4..ce1fdbf63282 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1773,7 +1773,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.4") { + library("Spring HATEOAS", "1.5.5") { prohibit { versionRange "[2.0.0-M1,)" because "it uses Spring Framework 6"