From 10dca8d829d21269c69401e10b50a42b0793fc21 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 May 2021 12:41:12 +0200 Subject: [PATCH] Start building against Spring HATEOAS 1.3.1 snapshots See gh-26380 --- 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 c0bf7d11e1..2b917ba960 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1657,7 +1657,7 @@ bom { ] } } - library("Spring HATEOAS", "1.3.0") { + library("Spring HATEOAS", "1.3.1-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"