From 13b6e3fce1be4db5b64fe6340f3983762f814c60 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 14 Nov 2022 13:11:48 +0100 Subject: [PATCH] Start building against Spring HATEOAS 2.0.0 snapshots See gh-33137 --- 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 f2207d16db88..51dd26eb1a2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1372,7 +1372,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-RC2") { + library("Spring HATEOAS", "2.0.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"