From 7c85d2bc07e499567e6ed70c63a67f57764e9391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 15 Jan 2022 15:07:27 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.5.0-M1 Closes gh-29353 --- 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 4a527e5992a..23081a96ca9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1675,7 +1675,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.1-SNAPSHOT") { + library("Spring HATEOAS", "1.5.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"