From e01fdf91bdf42cdbc478c066af24419fc48728b8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Jan 2021 14:05:40 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.3 Closes gh-24803 --- 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 da7f4b5eb7..ad75cda6bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.2") { + library("Spring HATEOAS", "1.2.3") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"