From 924bb53c69f3383c0b7fea5e5d2c88ee64848391 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 10 Mar 2021 08:07:17 +0100 Subject: [PATCH] Start building against Spring HATEOAS 1.2.5 snapshots See gh-25545 --- 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 4e3074040e..42fc4dac3f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.4") { + library("Spring HATEOAS", "1.2.5-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"