From 0a4a25c09f7056993ca50e9184f0fb12904b7548 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Jul 2022 11:38:20 +0200 Subject: [PATCH] Start building against Spring HATEOAS 2.0.0-M4 See gh-31683 --- 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 b320017c9a..a7dffdb034 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1398,7 +1398,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-M3") { + library("Spring HATEOAS", "2.0.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"