From 08ef732483fd6b89f8d8248c3d07852b2822f077 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:17 +0000 Subject: [PATCH] Upgrade to Jackson Bom 2.11.3 Closes gh-23873 --- 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 f39e260aab..076253d057 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.11.2") { + library("Jackson Bom", "2.11.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"