From 22d5ce2380a40f58d8081d956b54dfa6cc1c568a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 17:48:42 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.0 Closes gh-31016 --- 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 e7b7cbc872..0f3d21c19f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1718,7 +1718,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0-RC1") { + library("Spring HATEOAS", "1.5.0") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" }