From 87ecbc7073ad962c6f7df78cc4363a06223e1ba2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Jun 2022 14:19:17 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.4 Closes gh-31464 --- 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 cd0ff12bad0..427d5f1beca 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1708,7 +1708,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.3") { + library("Spring HATEOAS", "1.4.4") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"