From 18f1cc56f45943ff6d063546227245db5d044615 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 10 Nov 2023 14:52:42 +0000 Subject: [PATCH] Start building against Spring HATEOAS 2.2.0 snapshots See gh-38314 --- 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 4909c8f425..2160229df4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1535,7 +1535,7 @@ bom { ] } } - library("Spring HATEOAS", "2.2.0-RC1") { + library("Spring HATEOAS", "2.2.0-SNAPSHOT") { considerSnapshots() group("org.springframework.hateoas") { modules = [