From 52098229c006487fbe9da824e7c0c3fbb778a551 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 13 Nov 2021 16:17:35 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.6 Closes gh-28609 --- 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 c79c802beaa8..786cc7ec5233 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.6-SNAPSHOT") { + library("Spring HATEOAS", "1.3.6") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"