From 3f296196d01f9bb1493708bb221eefd773821f49 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 13 May 2022 13:46:53 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.0-M3 Closes gh-30632 --- 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 0d89c0ea99f..2c824b248d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-SNAPSHOT") { + library("Spring HATEOAS", "2.0.0-M3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"