From 58320c6af9729f8c7d73c3d10eb7d2a9573e3f15 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 19:21:12 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.7 Closes gh-27013 --- 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 90abdcb7038..bf174160308 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.7-SNAPSHOT") { + library("Spring HATEOAS", "1.2.7") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"