From 04339ee35d11686aecea807d0512df1caf7f02bb Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Mar 2023 19:47:32 +0000 Subject: [PATCH] Start building against Spring HATEOAS 2.1.0-M1 snapshots See gh- --- 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 a0b7f432c5..60085ca11f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.2") { + library("Spring HATEOAS", "2.1.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"