From eb65df027e66fd971ee7813e6f7801a72158e463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 26 May 2025 16:44:38 +0200 Subject: [PATCH] Upgrade to Jackson 3.0.0-rc5 Closes gh-34945 --- 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 b5da213efb1..7ac42d2e6ef 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -21,7 +21,7 @@ dependencies { api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1")) api(platform("org.junit:junit-bom:5.12.2")) api(platform("org.mockito:mockito-bom:5.17.0")) - api(platform("tools.jackson:jackson-bom:3.0.0-rc4")) + api(platform("tools.jackson:jackson-bom:3.0.0-rc5")) constraints { api("com.fasterxml:aalto-xml:1.3.2")