From e5af0d51aafd8fe2c251dd8ba3431d9be9e3b4c6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 10:10:15 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.2.RELEASE Closes gh-23338 --- 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 402df9a2ee8..60654a23e7d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,7 +1672,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.1.RELEASE") { + library("Spring HATEOAS", "1.1.2.RELEASE") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"