From 5c26c895d57f13a04c1f41344c06608875706f3a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 May 2020 11:47:57 +0200 Subject: [PATCH] Start build against Spring HATEOAS 1.1.0 snapshots See gh-21284 --- 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 13c7e81ca9..036b937cd0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1640,7 +1640,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.0.RC1") { + library("Spring HATEOAS", "1.1.0.BUILD-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"