From e5af3dbfc7cd84214fdac7655f313d3e2b2b875d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 May 2021 17:57:54 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.6 Closes gh-26442 --- 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 6a4b87b9ee0..f59973b79d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.5") { + library("Spring HATEOAS", "1.2.6") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"