From 36f5d6762b55371120ddfd1bdf84d2b2614cc4bf Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:51:04 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.3 snapshots See gh-27184 --- 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 fbde17b19e..0e96230f8e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.2") { + library("Spring HATEOAS", "1.3.3-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"