From 3e5ee42f6dc596edc0ff54f9b554c2b66d6fcac2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Mar 2023 08:33:10 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.3 Closes gh-34673 --- 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 d364a3a0a15e..0e2a8077089e 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.2") { + library("Spring HATEOAS", "2.0.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"