From 70b0fa4512004180d409b81ba0a3c01987d2147d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 8 Oct 2021 07:46:51 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.5 snapshots See gh-28243 --- 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 a166e7120c..acfa9426ca 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.4") { + library("Spring HATEOAS", "1.3.5-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"