aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-20 20:46:03 +0000
committerGitHub <noreply@github.com>2022-05-20 20:46:03 +0000
commit3c3a0362d41daa2fabfef5f70c6fa06732734dc9 (patch)
tree24baf0c3758dddb86c29d62b31832eb2176c923e
parent5969ab7d90583422048c88ed120e583586cb0c4f (diff)
downloadiciql-dependabot/maven/com.google.code.gson-gson-2.8.9.tar.gz
iciql-dependabot/maven/com.google.code.gson-gson-2.8.9.zip
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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 039376b..5dbd880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>