Skip to content

Commit

Permalink
Merge pull request #202 from jesperancinha/dependabot/gradle/com.goog…
Browse files Browse the repository at this point in the history
…le.code.gson-gson-2.12.0

Bump com.google.code.gson:gson from 2.11.0 to 2.12.0
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
2 parents 8b3e6de + 9922296 commit 6b15eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/koin-example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
val koin_version = "4.0.2"
implementation("io.insert-koin:koin-core:$koin_version")
val gsonVersion = "2.11.0"
val gsonVersion = "2.12.0"
implementation("com.google.code.gson:gson:$gsonVersion")
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation(libs.junit.jupiter)
Expand Down

0 comments on commit 6b15eba

Please sign in to comment.