From 0e3a151657db7105d61f51dedaef4fb455451d95 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 14 Jul 2023 19:09:00 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.1 Closes gh-36414 --- 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 edc9132ff0..23e6bb4a76 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1408,7 +1408,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.0") { + library("Spring HATEOAS", "2.1.1") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"