From ae28a449e541fee0753bcc3dae82652474b64d07 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Mar 2021 11:32:18 +0000 Subject: [PATCH] Upgrade to Jackson Bom 2.12.2 Closes gh-25665 --- 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 10540077fc7..cd557fb11e7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -505,7 +505,7 @@ bom { ] } } - library("Jackson Bom", "2.12.1") { + library("Jackson Bom", "2.12.2") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"