Skip to content

Commit 2972d90

Browse files
⬆️ Bump com.google.code.gson:gson from 2.12.1 to 2.13.1 (#128)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.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.1...gson-parent-2.13.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e745544 commit 2972d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
// Dependencies are managed with Gradle version catalog - read more: https://docs.gradle.org/current/userguide/platforms.html#sub:version-catalog
3333
dependencies {
3434
implementation("org.jetbrains.kotlin:kotlin-stdlib")
35-
implementation("com.google.code.gson:gson:2.12.1")
35+
implementation("com.google.code.gson:gson:2.13.1")
3636
implementation("com.squareup.okhttp3:okhttp:4.12.0")
3737
implementation("org.yaml:snakeyaml:2.4")
3838
testImplementation(libs.junit)

0 commit comments

Comments
 (0)