Skip to content

Commit 96ae568

Browse files
authored
Merge pull request #216 from AppDevNext/dependabot/gradle/com.google.code.gson-gson-2.12.1
Bump com.google.code.gson:gson from 2.12.0 to 2.12.1
2 parents c25e87b + 957cd72 commit 96ae568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ChangeLogLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
dependencies {
2626
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
2727
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.1"
28-
implementation 'com.google.code.gson:gson:2.12.0'
28+
implementation 'com.google.code.gson:gson:2.12.1'
2929
api 'com.google.android.material:material:1.12.0'
3030
}
3131

0 commit comments

Comments
 (0)