From 6e4ded30df12345cae266263ca80fab91b7e4e1c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 13:24:34 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.4.0-RC1 snapshots See gh-28254 --- 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 7d91741a71..65a9492f4d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1642,7 +1642,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-M3") { + library("Spring HATEOAS", "1.4.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"