From fc9c4a61f3fd8ac5a040bc0a7add90da3ae2bdba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 5 May 2023 08:37:08 +0200 Subject: [PATCH] Start building against Spring HATEOAS 2.1.0 snapshots See gh-35313 --- 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 2f788fdb63..750cd358a7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0-RC1") { + library("Spring HATEOAS", "2.1.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"