Skip to content

Commit d16d975

Browse files
⬆️ Bump com.google.code.gson:gson from 2.13.2 to 2.14.0 (#200)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.2 to 2.14.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 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 0fc0c88 commit d16d975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.13.2")
35+
implementation("com.google.code.gson:gson:2.14.0")
3636
implementation("com.squareup.okhttp3:okhttp:5.3.2")
3737
implementation("org.yaml:snakeyaml:2.6")
3838
testImplementation(libs.junit)

0 commit comments

Comments
 (0)