Skip to content

Commit 543ff02

Browse files
Update dependency com.google.code.gson:gson to v2.13.2
1 parent faf8c3c commit 543ff02

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
@@ -69,7 +69,7 @@ dependencies {
6969
implementation(platform("io.github.Rosemoe.sora-editor:bom:0.23.6"))
7070
implementation("io.github.Rosemoe.sora-editor:editor")
7171
implementation("io.github.Rosemoe.sora-editor:language-textmate")
72-
implementation("com.google.code.gson:gson:2.13.1")
72+
implementation("com.google.code.gson:gson:2.13.2")
7373
implementation("commons-io:commons-io:2.20.0")
7474
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
7575

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation("androidx.appcompat:appcompat:1.7.1")
2727
implementation("com.google.android.material:material:1.12.0")
2828
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
29-
implementation("com.google.code.gson:gson:2.13.1")
29+
implementation("com.google.code.gson:gson:2.13.2")
3030
implementation("androidx.core:core-ktx:1.17.0")
3131

3232
implementation("io.github.Rosemoe.sora-editor:editor:0.23.6")

0 commit comments

Comments
 (0)