From 20b7016a924ac98ca3c2f83f95fe3f565c35d03d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 15:16:10 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.0-M1 Closes gh-24935 --- 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 4ee476b835..49e230ee64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1566,7 +1566,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.2") { + library("Spring HATEOAS", "1.3.0-M1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"