Skip to content

Commit af62188

Browse files
Merge pull request #1751 from microsoft/dependabot/gradle/components/serialization/json/com.google.code.gson-gson-2.12.0
chore(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.0 in /components/serialization/json
2 parents d3814c5 + 8b5a577 commit af62188

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.11.0'
11+
api 'com.google.code.gson:gson:2.12.0'
1212

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

0 commit comments

Comments
 (0)