From af8518ab1eea9437f63efc824f8e8a3a3b61ca73 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 6 Nov 2022 12:21:56 +0100 Subject: [PATCH] Upgrade to Jackson 2.14.0 This commit upgrades Jackson to 2.14.0. Closes gh-29351 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index ee52a8f1f573..4f155cd927d3 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -7,7 +7,7 @@ javaPlatform { } dependencies { - api(platform("com.fasterxml.jackson:jackson-bom:2.14.0-rc3")) + api(platform("com.fasterxml.jackson:jackson-bom:2.14.0")) api(platform("io.micrometer:micrometer-bom:1.10.0-RC1")) api(platform("io.netty:netty-bom:4.1.84.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))