Skip to content

Commit 4ed7bfa

Browse files
build(deps): bump com.google.code.gson:gson from 2.8.9 to 2.13.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 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.8.9...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] <[email protected]>
1 parent f14fc0e commit 4ed7bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation("org.ow2.asm:asm-tree:9.5")
6464
implementation("org.eclipse.jgit:org.eclipse.jgit:7.1.0.202411261347-r")
6565
implementation(libs.kotlinx.serialization.json)
66-
implementation("com.google.code.gson:gson:2.8.9")
66+
implementation("com.google.code.gson:gson:2.13.1")
6767
implementation(libs.android.gradlePlugin.gradle)
6868
implementation(libs.android.gradlePlugin.builder.test.api)
6969
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.3") {

0 commit comments

Comments
 (0)