From 9ab8c625e572aedbc4167caccc964ec254bf83cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Jun 2021 08:31:44 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.2.7 snapshots See gh-27013 --- 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 a5bdcb569f8..524b1c340f3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.6") { + library("Spring HATEOAS", "1.2.7-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"