From 648e468c86e6aed7a1d3d8729d9a58d29c272c1a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 Jan 2020 14:56:10 +0000 Subject: [PATCH] Build against Spring HATEOAS 1.1.0.M1 snapshots See gh-19649 --- 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 39fc7425a7..bc92667f87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1677,7 +1677,7 @@ bom { ] } } - library('Spring HATEOAS', '1.0.2.RELEASE') { + library('Spring HATEOAS', '1.1.0.BUILD-SNAPSHOT') { group('org.springframework.hateoas') { modules = [ 'spring-hateoas'