From cfd11214fdea959d0e1d8192593a2743a545cf8b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:58:15 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.11.2 Closes gh-22801 --- 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 6efcb8b6c78..7edc548c405 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -491,7 +491,7 @@ bom { ] } } - library("Jackson Bom", "2.11.1") { + library("Jackson Bom", "2.11.2") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"