From 1f87195df6e69da6f0e7929129464dca9bf1d670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 19:52:23 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.13.5 to 2.15.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..b8289abeae93 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -306,7 +306,7 @@ dependencies { // Changing the version from 1.8.0 to 1.7.0 because the item in navigation drawer is getting bold unnecessarily implementation 'com.google.android.material:material:1.7.0' // noinspection GradleDependency jackson-databind 2.13 requires SDK 24+: https://github.com/FasterXML/jackson-databind#compatibility - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' implementation 'com.vanniktech:android-image-cropper:4.5.0' implementation 'org.nanohttpd:nanohttpd:2.3.1'