From 9fd3d78bae028b0391f7a023b62caadf498e91a9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 21:18:15 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.13.4.20221013 Closes gh-32724 --- 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 b2fc09d10f51..0dd268b1d943 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -584,7 +584,7 @@ bom { ] } } - library("Jackson Bom", "2.13.4") { + library("Jackson Bom", "2.13.4.20221013") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"