From 6c706328d8dc8946e8e0a2d296b0e463f673e9fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:08:10 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.0-RC1 Closes gh-30745 --- 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 eb464029e4..33493be5d4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0-M2") { + library("Spring HATEOAS", "1.5.0-RC1") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" }