From a3c82320e5fe6fef79024e425927a7d32e8bda7c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:42 +0200 Subject: [PATCH] Upgrade to Jackson Bom 2.12.5 Closes gh-28009 --- 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 1feb62d9a8..e4859dc123 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -536,7 +536,7 @@ bom { ] } } - library("Jackson Bom", "2.12.4") { + library("Jackson Bom", "2.12.5") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"