From 645595c19e1cee1c58bfbeae368ec40ced042488 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Oct 2022 11:09:28 +0200 Subject: [PATCH] Start building against Spring HATEOAS 2.0.0-RC1 snapshots See gh-32652 --- 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 4cfdb23cb3..a7ea04bd3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1445,7 +1445,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.0-M6") { + library("Spring HATEOAS", "2.0.0-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"