Skip to content

Commit

Permalink
Merge pull request #1752 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
github-actions[bot] authored Jan 31, 2025
2 parents af62188 + 00316f1 commit 77dedca
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.12.0'
api 'com.google.code.gson:gson:2.12.1'

api project(':components:abstractions')
}

0 comments on commit 77dedca

Please sign in to comment.