From 1d1ab21ac34c0872a139d29923dfd156a841204d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 11 Nov 2021 10:00:37 +0000 Subject: [PATCH] Start building against Spring HATEOAS 1.3.6 snapshots See gh-28609 --- 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 a5cc59807e0d..b04bb2ef8ded 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1670,7 +1670,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.5") { + library("Spring HATEOAS", "1.3.6-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"