From d8254af3514ea4869a770ee46bd0bc2ee53054ae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Sep 2021 07:15:27 +0200 Subject: [PATCH] Upgrade to Jackson Bom 2.12.5 Closes gh-27978 --- 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 80c4a16eb955..787b92c6868f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -527,7 +527,7 @@ bom { ] } } - library("Jackson Bom", "2.12.4") { + library("Jackson Bom", "2.12.5") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"