From 7723e7f1303273a80e814ab676e083ae1fbc282f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:16:30 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.0 Closes gh-25927 --- 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 2a8a4d982c..1d084291fe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.0-SNAPSHOT") { + library("Spring HATEOAS", "1.3.0") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"