From 6cb4bbce35a4cc861ded4b9df1df103036d8a515 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Sep 2021 21:39:49 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.0-M3 Closes gh-27971 --- 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 b072a889d9d..e09afd2d2ac 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-SNAPSHOT") { + library("Spring HATEOAS", "1.4.0-M3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"