From 718e001c866e0c66daebcadd1654ab6bfb8d1f31 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 19:18:00 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.0-M1 Closes gh-34703 --- 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 49b9b11b84..7d483e78ff 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1365,7 +1365,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0-SNAPSHOT") { + library("Spring HATEOAS", "2.1.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"