From b4ca1b91122dc28d7db56d60cddd6818f5a5469f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Apr 2021 08:57:16 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.0 snapshots See gh-25927 --- 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 de88b91ad9..4052af123b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1635,7 +1635,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.0-M3") { + library("Spring HATEOAS", "1.3.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"