From 434d4a6f76388ce42c88c6ba9f2e40656c78a242 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 8 Jul 2021 08:44:52 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.2.8 snapshots See gh-27183 --- 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 20d3727786..4e83158e1c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1578,7 +1578,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.7") { + library("Spring HATEOAS", "1.2.8-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"