Skip to content

Commit

Permalink
Merge pull request #5566 from netology-code/dependabot/gradle/09_supe…
Browse files Browse the repository at this point in the history
…rvision/jvm/com.google.code.gson-gson-2.12.1
  • Loading branch information
dependabot[bot] authored Feb 28, 2025
2 parents ecb674d + e42513e commit 3cf653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09_supervision/jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib"))
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.google.code.gson:gson:2.12.1")
implementation("io.reactivex.rxjava2:rxkotlin:2.4.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
Expand Down

0 comments on commit 3cf653c

Please sign in to comment.