From d3a70c37932dc84cb332ffbd34785ab4d96bc862 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:03:38 +0200 Subject: [PATCH 1/4] Upgrade to Spring HATEOAS 1.4.2 Closes gh-30744 --- 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 b1d22b02052..7a6d897707f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1706,7 +1706,7 @@ bom { ] } } - library("Spring HATEOAS", "1.4.1") { + library("Spring HATEOAS", "1.4.2") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 00b175bb7fa0bd9a3402dbf51ba3020a467e13c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:04:03 +0200 Subject: [PATCH 2/4] Upgrade to Jackson 2.13.2.1 Closes gh-30743 --- 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 7a6d897707f..845eaa963e0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -548,7 +548,7 @@ bom { ] } } - library("Jackson Bom", "2.13.2.20220328") { + library("Jackson Bom", "2.13.2.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom" From 6c706328d8dc8946e8e0a2d296b0e463f673e9fc Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:08:10 +0200 Subject: [PATCH 3/4] Upgrade to Spring HATEOAS 1.5.0-RC1 Closes gh-30745 --- 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 eb464029e46..33493be5d47 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring HATEOAS", "1.5.0-M2") { + library("Spring HATEOAS", "1.5.0-RC1") { prohibit("[2.0.0-M1,)") { because "it uses Spring Framework 6" } From 558a80cfa35c00e951c25f8d0c50949e27f10188 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:08:40 +0200 Subject: [PATCH 4/4] Upgrade to Jackson 2.13.2.1 Closes gh-30741 --- 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 33493be5d47..1e18f2ac3da 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -579,7 +579,7 @@ bom { ] } } - library("Jackson Bom", "2.13.2.20220328") { + library("Jackson Bom", "2.13.2.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"