From 7c32389dd0606c4f23edbf17c0e663f05fe365a3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Apr 2021 14:52:14 +0200 Subject: [PATCH] Upgrade to Jackson Bom 2.12.3 Closes gh-26054 --- 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 474a7f5ae2..f3df66f74d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -524,7 +524,7 @@ bom { ] } } - library("Jackson Bom", "2.12.2") { + library("Jackson Bom", "2.12.3") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"