From 19f8e042a6ebf60b150b1e290f108405eee64db2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 15:57:56 +0000 Subject: [PATCH 1/3] Upgrade to Spring HATEOAS 1.5.6 Closes 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 4377752c0ac8..14bc480200d8 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.6-SNAPSHOT") { + library("Spring HATEOAS", "1.5.6") { considerSnapshots() prohibit { versionRange "[2.0.0-M1,)" From 473b801c52a000283508e8553be7883953b4e311 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 15:58:41 +0000 Subject: [PATCH 2/3] Upgrade to Spring HATEOAS 2.0.7 Closes 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 9474883563da..3245b6f6a2be 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.7-SNAPSHOT") { + library("Spring HATEOAS", "2.0.7") { considerSnapshots() group("org.springframework.hateoas") { modules = [ From a9f49e1085a6378461106a505f4e668cb35c8eca Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 16 Nov 2023 15:59:26 +0000 Subject: [PATCH 3/3] Upgrade to Spring HATEOAS 2.1.3 Closes 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 bfd0abb6bf64..df19bec3d902 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.3-SNAPSHOT") { + library("Spring HATEOAS", "2.1.3") { considerSnapshots() group("org.springframework.hateoas") { modules = [