Skip to content

Commit ef0b0f5

Browse files
chore(deps): bump com.google.code.gson:gson from 2.12.1 to 2.14.0
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 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.12.1...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>
1 parent 2aace0d commit ef0b0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ java {
1111

1212
dependencies {
1313
compileOnly("org.jetbrains:annotations:26.1.0")
14-
compileOnly("com.google.code.gson:gson:2.12.1")
14+
compileOnly("com.google.code.gson:gson:2.14.0")
1515
compileOnly("com.google.guava:guava:33.4.0-jre")
1616
}
1717

0 commit comments

Comments
 (0)