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