From b6d401d47268a1bf3ab6bc5dade1ddb0ceead47f Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 10 May 2023 10:53:50 +0200 Subject: [PATCH] Build(deps): Bump com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.14.3 Signed-off-by: Andy Scherzinger --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6ad89d5c1..5dc526b39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -211,7 +211,7 @@ dependencies { implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}" implementation 'com.bluelinelabs:logansquare:1.3.7' - implementation 'com.fasterxml.jackson.core:jackson-core:2.14.2' + implementation 'com.fasterxml.jackson.core:jackson-core:2.14.3' kapt 'com.bluelinelabs:logansquare-compiler:1.3.7' implementation "com.squareup.retrofit2:retrofit:${retrofit2Version}"