Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.0 (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 59afed6 commit aaa2d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.0")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit aaa2d3e

Please sign in to comment.