From 00b175bb7fa0bd9a3402dbf51ba3020a467e13c3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 19 Apr 2022 13:04:03 +0200 Subject: [PATCH] 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"