From 4f79f39b31126f7c25518f1ff6fd8689d8cdc216 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Aug 2020 12:17:32 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.1.RELEASE Closes gh-22872 --- 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 cd486ff026..b64f4d4fa8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1665,7 +1665,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.0.RELEASE") { + library("Spring HATEOAS", "1.1.1.RELEASE") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"