diff options
author | sharath reddy <bs.reddy@huawei.com> | 2022-03-15 13:46:05 +0530 |
---|---|---|
committer | sharath reddy <bs.reddy@huawei.com> | 2022-03-15 13:46:37 +0530 |
commit | bd60978a515bc14242fa28d859d096bac2db59be (patch) | |
tree | 6035969a6560e6b5c5ce3f55a01a337f76bdfcbb | |
parent | 0fce7537299e6af0d2b1fdb1d5c01654ce9573c0 (diff) |
Issue-ID: VNFSDK-826
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I6d7bc191f308955116fff5397b2ee9ffe3a50424
-rw-r--r-- | dictionaryvalidation/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dictionaryvalidation/pom.xml b/dictionaryvalidation/pom.xml index 07bf873..89fd1f4 100644 --- a/dictionaryvalidation/pom.xml +++ b/dictionaryvalidation/pom.xml @@ -31,7 +31,7 @@ <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version> <mockito-core.version>3.5.0</mockito-core.version> <mockito-junit-jupiter.version>2.23.0</mockito-junit-jupiter.version> - <gson.version>2.8.6</gson.version> + <gson.version>2.8.9</gson.version> </properties> <dependencies> <dependency> |