From 8694b67744bbc14426c0484fdc8570c5a2cecf5f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 08:51:42 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.8 Closes gh-27183 --- 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 9bb2f2768d8..17bdc802589 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.8-SNAPSHOT") { + library("Spring HATEOAS", "1.2.8") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"