Skip to content

Commit

Permalink
chore(deps): update dependency com.google.code.gson:gson to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2023
1 parent f11ad58 commit 8ea1cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.10.1'
}
2 changes: 1 addition & 1 deletion editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.10.1'
def editorGroupId = "io.github.Rosemoe.sora-editor"
implementation platform("$editorGroupId:bom:0.22.0")
implementation "$editorGroupId:editor"
Expand Down

0 comments on commit 8ea1cbc

Please sign in to comment.