From 3614232bfb39ae4ec689e1efb636fe2565f38c26 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 14:54:41 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.2 Closes gh-34272 --- 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 42952ecd584e..898af54e40d0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.1") { + library("Spring HATEOAS", "2.0.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"