From 6fa8d81daf307ec42979f50e7a9b16d939b69d47 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Feb 2022 09:02:27 +0100 Subject: [PATCH] Start building against Spring HATEOAS 1.5.0-M2 snapshots See gh-29893 --- 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 a0a21869568..167fd73aae7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1682,7 +1682,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0-M1") { + library("Spring HATEOAS", "1.5.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"