From 35f61bf1cab946c60f08a96ca16f4880b449349c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Sep 2021 14:28:22 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.4 snapshots See gh-27970 --- 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 dd6367fa0fcd..6209517e9567 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1663,7 +1663,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.3") { + library("Spring HATEOAS", "1.3.4-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"