From 3d927a093dae374a407819eb66fecf67857dc4df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 7 Jan 2022 15:58:47 +0100 Subject: [PATCH] Start building against Spring HATEOAS 1.4.1 snapshots See gh-29283 --- 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 8f5c11e59075..7fff8f4f3ae1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1675,7 +1675,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0") { + library("Spring HATEOAS", "1.4.1-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"