summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
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 /abi-check-plugin
parent2434a6609e34a1e7b7dfe071281fe69978f2c739 (diff)
Upgrade gson to 2.8.9
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 7317205816c..059e593c0e9 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
- <version>2.8.5</version>
+ <version>${gson.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>