File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ dependencies {
7171 implementation(" io.github.Rosemoe.sora-editor:language-textmate" )
7272 implementation(" com.google.code.gson:gson:2.13.1" )
7373 implementation(" commons-io:commons-io:2.20.0" )
74- implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
74+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
7575
7676 implementation(" com.android.tools:r8:8.11.18" )
7777 implementation(project(" :compiler" ))
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525dependencies {
2626 implementation(" androidx.appcompat:appcompat:1.7.1" )
2727 implementation(" com.google.android.material:material:1.12.0" )
28- implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
28+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.20.0 " )
2929 implementation(" com.google.code.gson:gson:2.13.1" )
3030 implementation(" androidx.core:core-ktx:1.17.0" )
3131
You can’t perform that action at this time.
0 commit comments