From 305a0c5c96d07787f8a0ab8f9fd68b9d65f36b1f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 12 Apr 2022 17:03:34 +0200 Subject: [PATCH] Switch to Spring HATEOAS SNAPSHOTs See gh-30632 --- 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 e2393d4f3b..65ae0faf37 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1373,7 +1373,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-M2") { + library("Spring HATEOAS", "2.0.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"