From 239e8a640e13e03549109465d625bed8ac4270c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 12:09:55 +0000 Subject: [PATCH] Start building against Spring HATEOAS 1.5.6 snapshots See gh-38373 --- 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 614647b5c7..4377752c0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1775,7 +1775,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.5") { + library("Spring HATEOAS", "1.5.6-SNAPSHOT") { considerSnapshots() prohibit { versionRange "[2.0.0-M1,)"