From 2385e626be4d97a073b609ea14f8547fe022e871 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:37 +0000 Subject: [PATCH] Upgrade to Jackson Bom 2.13.5 Closes gh-34245 --- 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 28dc4dfff01..85ca10663fb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -599,7 +599,7 @@ bom { ] } } - library("Jackson Bom", "2.13.4.20221013") { + library("Jackson Bom", "2.13.5") { group("com.fasterxml.jackson") { imports = [ "jackson-bom"