From b0a1c2a7401233b78d85726fa8d26ba33399b897 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Oct 2020 09:06:34 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.0 Closes gh-23779 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7fef43a8cb..a6ef691ed8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1567,7 +1567,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.0-M1") { + library("Spring HATEOAS", "1.2.0") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" @@ -1778,4 +1778,3 @@ bom { generateMetadataFileForMavenPublication { enabled = false } -