From 7692171119d9cebc69212d6c787055adb6d79da4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:12:38 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.2.0-M1 Closes gh-36192 --- 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 ce5ed0a3a2..2adbffd429 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1411,7 +1411,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.0-SNAPSHOT") { + library("Spring HATEOAS", "2.2.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"