From 39626fa4e75cd68c1f2f444cf4e04d2496dad9f0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 15 Jul 2021 09:00:17 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.3.3 Closes gh-27184 --- 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 ebd811f11b7..7bcb07e9ebd 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.3-SNAPSHOT") { + library("Spring HATEOAS", "1.3.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"