From dab1b2786c310cd2f231fa6f18005a287c2c7813 Mon Sep 17 00:00:00 2001 From: tanya-sinha_atko Date: Mon, 2 Sep 2024 12:49:19 +0530 Subject: [PATCH] upgraded com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5f9e54e..c91c8fcc 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { implementation "com.squareup.okio:okio:3.5.0" implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}" - implementation "com.fasterxml.jackson.core:jackson-databind:2.14.2" + implementation "com.fasterxml.jackson.core:jackson-databind:2.15.0" implementation "com.auth0:java-jwt:4.4.0" implementation "net.jodah:failsafe:2.4.4"