From d9120d9bf6179f0e8763fb13e6eb1aa0b4019cf3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Oct 2020 09:29:58 +0200 Subject: [PATCH] Upgrade to Jackson Bom 2.11.3 Closes gh-23651 --- 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 d370060775..6ba6fef131 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -490,7 +490,7 @@ bom { ] } } - library("Jackson Bom", "2.11.2") { + library("Jackson Bom", "2.11.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"