From 57dcb70910490c54050d27f510630dda1df977af Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 14:27:28 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.2.9 snapshots See gh-27969 --- 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 922eeab533f..e519881ad85 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.8") { + library("Spring HATEOAS", "1.2.9-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"