From f3e2a40424189c6fa5f44e3379bc14f46422d795 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:16:17 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.11 Closes gh-28608 --- 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 e39ec0e22e..4abdac83df 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1592,7 +1592,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.11-SNAPSHOT") { + library("Spring HATEOAS", "1.2.11") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"