From 1a1d074f5bc935f41b0a7dc478d8cd823737d8e1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Oct 2021 10:07:02 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.5 Closes gh-28243 --- 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 b4a822b05271..39dfc2c6c430 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.5-SNAPSHOT") { + library("Spring HATEOAS", "1.3.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"