diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0abe8a1..9f26954 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.1") implementation("commons-io:commons-io:2.20.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") implementation("com.android.tools:r8:8.11.18") implementation(project(":compiler")) diff --git a/utils/build.gradle.kts b/utils/build.gradle.kts index 4e462d7..41e9ba8 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.19.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") implementation("com.google.code.gson:gson:2.13.1") implementation("androidx.core:core-ktx:1.17.0")