From 46a83d7defef539a1d5c408ad7ae4570d4d85c12 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:26:40 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.1.2 Closes gh-36454 --- 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 38c4c746a504..16ba1941ac5d 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.1") { + library("Spring HATEOAS", "2.1.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"