From d3a70c37932dc84cb332ffbd34785ab4d96bc862 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:03:38 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.4.2 Closes gh-30744 --- 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 b1d22b020522..7a6d897707f0 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.1") { + library("Spring HATEOAS", "1.4.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"