From add80fdc44505c40e07d8704410c2a8a5742c928 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 16:32:19 +0000 Subject: [PATCH] Upgrade to Spring HATEOAS 2.0.2 Closes gh-34302 --- 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 570b8b1b05..8015f88c72 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1357,7 +1357,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.1") { + library("Spring HATEOAS", "2.0.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"