From 23a1dc99388b6600c776d5a73dbcc3102ef467b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jan 2022 08:22:23 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.13.1 Closes gh-29219 --- 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 76f4fa7643..7d6f4b7801 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -555,7 +555,7 @@ bom { ] } } - library("Jackson Bom", "2.13.0") { + library("Jackson Bom", "2.13.1") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"