Skip to content

Commit

Permalink
chore(deps): update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent f655319 commit a82a963
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.squareup.okhttp3:okhttp:3.9.1'
implementation 'com.termux.termux-app:terminal-view:0.117'
implementation 'com.termux.termux-app:terminal-emulator:0.117'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.11.0'
}
2 changes: 1 addition & 1 deletion editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

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

0 comments on commit a82a963

Please sign in to comment.