From 31e8af4709120897105433d7513e2db831a16039 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 16:00:10 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.2.0 Closes gh-38314 --- 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 4a0aff703d..e91c3a03c5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1535,7 +1535,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.0-SNAPSHOT") { + library("Spring HATEOAS", "2.2.0") { considerSnapshots() group("org.springframework.hateoas") { modules = [