Skip to content

Commit 77dedca

Browse files
Merge pull request #1752 from microsoft/dependabot/gradle/components/serialization/json/com.google.code.gson-gson-2.12.1
chore(deps): bump com.google.code.gson:gson from 2.12.0 to 2.12.1 in /components/serialization/json
2 parents af62188 + 00316f1 commit 77dedca

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)