Skip to content

Commit 3b08360

Browse files
Merge pull request #1888 from microsoft/dependabot/gradle/components/serialization/json/com.google.code.gson-gson-2.13.1
chore(deps): bump com.google.code.gson:gson from 2.13.0 to 2.13.1 in /components/serialization/json
2 parents 047c809 + 3e194f8 commit 3b08360

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
@@ -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.13.0'
8+
api 'com.google.code.gson:gson:2.13.1'
99

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

0 commit comments

Comments
 (0)