Skip to content

Commit

Permalink
Merge pull request #167 from AppDevNext/dependabot/gradle/com.google.…
Browse files Browse the repository at this point in the history
…code.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
hannesa2 authored May 21, 2024
2 parents af5471c + 9653244 commit 85e7837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLogLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'
api 'com.google.android.material:material:1.12.0'
}

Expand Down

0 comments on commit 85e7837

Please sign in to comment.