From 5c34db96bd679c5ab21f12b036cffec93b06aaeb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:45:34 +0100 Subject: [PATCH] Start building against Spring HATEOAS 1.3.0-RC1 snapshots See gh-25546 --- 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 9bfea8a27c..d0ba0524b2 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-M1") { + library("Spring HATEOAS", "1.3.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"