Skip to content

Commit

Permalink
Merge pull request #1309 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…serialization/json/android/com.google.code.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /components/serialization/json/android
  • Loading branch information
github-actions[bot] authored May 21, 2024
2 parents 0cb187a + e7ad738 commit 4b24a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serialization/json/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.google.code.gson:gson:2.10.1'
api 'com.google.code.gson:gson:2.11.0'

api project(':components:abstractions')
}

0 comments on commit 4b24a62

Please sign in to comment.