Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 4f0578bb29
Bump gson from LATEST to 2.8.9
Bumps [gson](https://github.com/google/gson) from LATEST to 2.8.9.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/gson/commits/gson-parent-2.8.9)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-20 21:06:55 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>LATEST</version>
<version>2.8.9</version>
<scope>compile</scope>
</dependency>
<dependency>