From c3793bd0af395b540863ee8437504d6a3c6154b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 11 Nov 2020 08:52:07 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.1 Closes gh-24091 --- 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 8aee91b13c..33f8575c96 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1568,7 +1568,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.0") { + library("Spring HATEOAS", "1.2.1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"