Skip to content

Commit

Permalink
Bump gson from 2.9.1 to 2.10.1
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.1.
- [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.1)

---
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 Apr 12, 2023
1 parent e734beb commit bfc4344
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 @@ -53,7 +53,7 @@ dependencies {
implementation("com.google.guava:guava:31.1-jre")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.2")

implementation("com.google.code.gson:gson:2.9.1")
implementation("com.google.code.gson:gson:2.10.1")
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 bfc4344

Please sign in to comment.