From 90a38b6b0bdfb4d27b79933bbfacc38b8e73c7f3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jul 2023 08:37:55 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 2.2.0-M2 Closes gh-36456 --- 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 c704aaa9ef..e2d22cde5f 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.2.0-M1") { + library("Spring HATEOAS", "2.2.0-M2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"