Skip to content

Commit 3dfa35f

Browse files
chore(deps): bump com.google.code.gson:gson
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.1 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9d5e51 commit 3dfa35f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/serialization/json/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
77
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
8-
api 'com.google.code.gson:gson:2.12.1'
8+
api 'com.google.code.gson:gson:2.13.0'
99

1010
api project(':components:abstractions')
1111
}

0 commit comments

Comments
 (0)