From 1900dc75666a3900d3a64d8ce9add2f31e858cad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 21:34:34 +0100 Subject: [PATCH] Upgrade to Jackson Bom 2.13.4.20221013 Closes gh-32725 --- 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 c1606c46b09..2d27e79b093 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -464,7 +464,7 @@ bom { ] } } - library("Jackson Bom", "2.13.4") { + library("Jackson Bom", "2.13.4.20221013") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"