From 60150d96bdad690e32592b48d548ea353a22275e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:08:06 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.5 Closes gh-36181 --- 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 ea0e5e9bf0..5adb0f8208 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.5-SNAPSHOT") { + library("Spring HATEOAS", "2.0.5") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"