From e60944fba15b1bfb6681c2a116c5cc9987edd3cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 12 May 2023 08:56:19 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.0 Closes gh-35313 --- 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 b6f31779c5..fc436fea6e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0-SNAPSHOT") { + library("Spring HATEOAS", "2.1.0") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"