diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-20 20:46:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 20:46:03 +0000 |
commit | 3c3a0362d41daa2fabfef5f70c6fa06732734dc9 (patch) | |
tree | 24baf0c3758dddb86c29d62b31832eb2176c923e | |
parent | 5969ab7d90583422048c88ed120e583586cb0c4f (diff) | |
download | iciql-dependabot/maven/com.google.code.gson-gson-2.8.9.tar.gz iciql-dependabot/maven/com.google.code.gson-gson-2.8.9.zip |
Bump gson from 2.3 to 2.8.9dependabot/maven/com.google.code.gson-gson-2.8.9
Bumps [gson](https://github.com/google/gson) from 2.3 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/compare/gson-2.3...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>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.3</version> + <version>2.8.9</version> <type>jar</type> <scope>provided</scope> </dependency> |