From babf43bdef51b66c5fe6b2ef77a2ce937e89ef56 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Sep 2021 21:39:03 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.4 Closes 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 a70dfb8bfb0b..035ab48b1abd 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-SNAPSHOT") { + library("Spring HATEOAS", "1.3.4") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"