From fc6fa74691af7747341dba9acd015c90872959df Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Jan 2021 09:20:16 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.11.4 Closes gh-24726 --- 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 eca09eb26a..758fe858a4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -493,7 +493,7 @@ bom { ] } } - library("Jackson Bom", "2.11.3") { + library("Jackson Bom", "2.11.4") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"