From 64a5415edc7a51ecec5961b97a7ea1fb2731b05b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 20 Dec 2021 10:46:31 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.13.1 Closes gh-29129 --- 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 e0aff4442571..d4ffc96379be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -545,7 +545,7 @@ bom { ] } } - library("Jackson Bom", "2.13.0") { + library("Jackson Bom", "2.13.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"