Skip to content

Commit 67e0eff

Browse files
⬆️ Bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#168)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [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.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 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>
1 parent c9b5e78 commit 67e0eff

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

0 commit comments

Comments
 (0)