aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-11-19 12:13:35 +0100
committerHarald Musum <musum@yahooinc.com>2021-11-19 12:13:35 +0100
commitc014f16c119fc3f81e09f4746f2965206b1835f6 (patch)
treeda9afd9ec7095afcfa28830519ef318ee5e183da /client/pom.xml
parent2434a6609e34a1e7b7dfe071281fe69978f2c739 (diff)
Upgrade gson to 2.8.9
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 4abcdf9ac6c..3dee909b932 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -20,7 +20,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.5</version>
+ <version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>