From 19f8e042a6ebf60b150b1e290f108405eee64db2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 15:57:56 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.6 Closes gh-38373 --- 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 4377752c0ac..14bc480200d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1775,7 +1775,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.6-SNAPSHOT") { + library("Spring HATEOAS", "1.5.6") { considerSnapshots() prohibit { versionRange "[2.0.0-M1,)"