From 76bc188e9feb48a006bd6a79a6dc44565e90a39f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 May 2022 16:49:57 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.3 Closes gh-31008 --- 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 735914e790..49e5ff6eb3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1706,7 +1706,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.2") { + library("Spring HATEOAS", "1.4.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"