From c8276bb23faced34c3a8e0c972e0f6f0584ef770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:15:27 +0000 Subject: [PATCH] chore(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.22.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 625cc6b..3709609 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation "com.facebook.react:react-native:+" implementation "com.github.gr4vy:gr4vy-android:v2.1.0" - implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' } if (isNewArchitectureEnabled()) {