diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index ca0b418192..dbeb6d0269 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -262,7 +262,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.5.0' // Note: the design support library can be quite buggy, so test everything thoroughly before updating it implementation 'com.google.android.material:material:1.7.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' implementation 'com.vanniktech:android-image-cropper:4.5.0' implementation 'org.nanohttpd:nanohttpd:2.3.1'