Skip to content

Commit bc88278

Browse files
authored
Merge pull request #11 from cl33t/renovate/jackson-monorepo
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.0
2 parents 84363f6 + 026780a commit bc88278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"))

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
dependencies {
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

0 commit comments

Comments
 (0)