From a487bd64236efd4957110e3d96400f099358721a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 19 Jun 2021 11:07:03 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.2 snapshots See gh-26969 --- 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 7111d31c38..452b2d05b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.1") { + library("Spring HATEOAS", "1.3.2-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"