From 9538b07bdf1fe0bcc6adf750cd658dd3895b9acd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 14:37:35 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.4.0-M3 snapshots See gh-27971 --- 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 a924fe2bbc..b50bdb8ad5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1641,7 +1641,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.0-M2") { + library("Spring HATEOAS", "1.4.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"