From d47482c3fdceb01d4bedf8e6cc4378a33c358263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:13:38 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1 --- app/build.gradle.kts | 2 +- utils/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d77e247..35c1be1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation("io.github.Rosemoe.sora-editor:language-textmate") implementation("com.google.code.gson:gson:2.13.2") implementation("commons-io:commons-io:2.20.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") implementation("com.android.tools:r8:8.11.18") implementation(project(":compiler")) diff --git a/utils/build.gradle.kts b/utils/build.gradle.kts index d1d3487..dbd419e 100644 --- a/utils/build.gradle.kts +++ b/utils/build.gradle.kts @@ -25,7 +25,7 @@ android { dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.12.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") implementation("com.google.code.gson:gson:2.13.2") implementation("androidx.core:core-ktx:1.17.0")