From 6fa523ed6fc58057f2cff198b9822a690cca1424 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 Nov 2021 10:01:37 +0000 Subject: [PATCH] Start building against Spring HATEOAS 1.4.0 snapshots See gh-28610 --- 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 4813379dfd5b..c1cca20e8e5b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-RC1") { + library("Spring HATEOAS", "1.4.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"