Skip to content

Commit

Permalink
Bump com.google.code.gson:gson from 2.12.0 to 2.12.1 (#107)
Browse files Browse the repository at this point in the history
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.12.0...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent a10f059 commit 3fca41a
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 @@ -26,7 +26,7 @@ allprojects {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
implementation("org.slf4j:slf4j-simple:2.0.16")
implementation("ch.qos.logback:logback-classic:1.5.16")
implementation("com.google.code.gson:gson:2.12.0")
implementation("com.google.code.gson:gson:2.12.1")
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.6")
}

Expand Down

0 comments on commit 3fca41a

Please sign in to comment.