From a9f49e1085a6378461106a505f4e668cb35c8eca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 15:59:26 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.3 Closes gh-38375 --- 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 bfd0abb6bf6..df19bec3d90 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.3-SNAPSHOT") { + library("Spring HATEOAS", "2.1.3") { considerSnapshots() group("org.springframework.hateoas") { modules = [