From 80e893ebaec56a496d432bff1e882279eba0fe79 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 7 Apr 2021 15:41:34 +0200 Subject: [PATCH] Upgrade to Spring HATEOAS 1.1.5 Closes gh-25904 --- 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 6f74b6a514..ed3d87fd9b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.4.RELEASE") { + library("Spring HATEOAS", "1.1.5.RELEASE") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"