From ed24c6fa66abc6687e5ac1b8ebbd583d91c8c692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:18:28 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.1 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/amplify_datastore/android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/amplify_datastore/android/build.gradle b/packages/amplify_datastore/android/build.gradle index 00eb5c5862..57d9a017c2 100644 --- a/packages/amplify_datastore/android/build.gradle +++ b/packages/amplify_datastore/android/build.gradle @@ -94,7 +94,7 @@ dependencies { // Tests must be updated if bumped //noinspection GradleDependency testImplementation 'org.robolectric:robolectric:4.15.1' - testImplementation 'com.fasterxml.jackson.core:jackson-core:2.19.1' - testImplementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.1' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' + testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.0' + testImplementation 'com.fasterxml.jackson.core:jackson-annotations:2.20.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' }