From 922a7a4f8c3279ce3b89723fb33b9be49799f758 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2020 14:14:27 +0100 Subject: [PATCH] Upgrade to Spring HATEOAS 1.2.2 Closes gh-24285 --- 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 aa4f0f0e07be..0116d8512208 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1571,7 +1571,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.2-SNAPSHOT") { + library("Spring HATEOAS", "1.2.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"