Skip to content

Commit

Permalink
Bump gson from 2.9.1 to 2.10
Browse files Browse the repository at this point in the history
Bumps [gson](https://github.com/google/gson) from 2.9.1 to 2.10.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.9.1...gson-parent-2.10)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 27, 2022
1 parent b3cd956 commit 9f46548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {

implementation("com.google.guava:guava:31.1-jre")

implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.code.gson:gson:2.10")
implementation("com.github.Marcono1234:gson-record-type-adapter-factory:v0.3.0")

implementation("net.dv8tion:JDA:5.0.0-beta.2")
Expand Down

0 comments on commit 9f46548

Please sign in to comment.