From 84b92bc5312c6132c566bc98bfbe93342a3a349b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 14:12:33 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.3 Closes gh-24419 --- 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 9dde3f34f9..a7910b1ae7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1679,7 +1679,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.2.RELEASE") { + library("Spring HATEOAS", "1.1.3.RELEASE") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"