From 24f54796c1d4d3b8e889abafc65f5b7443d3a6f8 Mon Sep 17 00:00:00 2001 From: Kavitha Conjeevaram Mohan Date: Tue, 4 Oct 2022 11:06:20 -0700 Subject: [PATCH] update jackson to 2.13.4 Signed-off-by: Kavitha Conjeevaram Mohan --- reports-scheduler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports-scheduler/build.gradle b/reports-scheduler/build.gradle index b0268d52..017fe1a6 100644 --- a/reports-scheduler/build.gradle +++ b/reports-scheduler/build.gradle @@ -83,7 +83,7 @@ configurations.all { resolutionStrategy { force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}" force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}" - force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4" + force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4" } }