build: bump com.google.code.gson:gson from 2.11.0 to 2.13.0

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.13.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.11.0...gson-parent-2.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-14 15:01:58 +00:00 committed by GitHub
parent 3bbb439d86
commit 86b02603c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ dependencies {
// Use the Kotlin JDK 8 standard library. // Use the Kotlin JDK 8 standard library.
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib-jdk8"))
// Gson // Gson
implementation("com.google.code.gson:gson:2.11.0") implementation("com.google.code.gson:gson:2.13.0")
testImplementation(kotlin("test")) testImplementation(kotlin("test"))
} }