From d3a70c37932dc84cb332ffbd34785ab4d96bc862 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:03:38 +0200 Subject: [PATCH 1/2] 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 b1d22b0205..7a6d897707 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/2] 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 7a6d897707..845eaa963e 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"