From 356504ade45eb53de3ef1010f919c958282a4fe0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Jul 2023 16:50:04 +0100 Subject: [PATCH] Start building against Spring HATEOAS 2.0.5 snapshots See gh-36181 --- 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 2f56f32534..4e1a878d09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1374,7 +1374,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.4") { + library("Spring HATEOAS", "2.0.5-SNAPSHOT") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"