From 239e8a640e13e03549109465d625bed8ac4270c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 12:09:55 +0000 Subject: [PATCH 1/3] 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,)" From 15e9ae91eab6edcc7904f6dfe4e43353aba72845 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 12:10:58 +0000 Subject: [PATCH 2/3] Start building against Spring HATEOAS 2.0.7 snapshots See gh-38374 --- 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 1da20d1010..9474883563 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1389,7 +1389,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.6") { + library("Spring HATEOAS", "2.0.7-SNAPSHOT") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From a68eae66e19c945cd15d21f00917b7038eb804c7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 12:12:21 +0000 Subject: [PATCH 3/3] Start building against Spring HATEOAS 2.1.3 snapshots See gh-38375 --- 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 42c48eadd3..bfd0abb6bf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1429,7 +1429,7 @@ bom { ] } } - library("Spring HATEOAS", "2.1.2") { + library("Spring HATEOAS", "2.1.3-SNAPSHOT") { considerSnapshots() group("org.springframework.hateoas") { modules = [