From 97348f14f7a38995fe1680758dfe2b1294c42e20 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Sep 2021 21:38:28 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.9 Closes gh-27969 --- 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 847149378ee..e60324bb123 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.9-SNAPSHOT") { + library("Spring HATEOAS", "1.2.9") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"