Skip to content

Commit 00316f1

Browse files
chore(deps): bump com.google.code.gson:gson
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.12.0 to 2.12.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.12.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af62188 commit 00316f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serialization/json/gradle/dependencies.gradle

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

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

1313
api project(':components:abstractions')
1414
}

0 commit comments

Comments
 (0)