From 4f78f9556d7a27a4c89a66d76eedafc15fb160fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:21:48 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.1 Closes gh-31465 --- 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 ac926e69bb9..d080afb7afb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1705,7 +1705,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0") { + library("Spring HATEOAS", "1.5.1") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" }