diff options
author | sharath reddy <bs.reddy@huawei.com> | 2022-03-15 13:31:25 +0530 |
---|---|---|
committer | sharath reddy <bs.reddy@huawei.com> | 2022-03-15 13:33:18 +0530 |
commit | 3a40008342681bfdbd5ac73ac1b4b6a85c7fd8eb (patch) | |
tree | bcf501aa7d85e0e51a5a6f3195c82b6649835b82 /framework | |
parent | 470f0474443b4a66105ca1900d9d7746520115dd (diff) |
Issue-ID: CLI-437
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I2914ba8b259c5d08895def09c010b5463778ee0c
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/pom.xml b/framework/pom.xml index e0853efa..c514265b 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -96,7 +96,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.2</version> + <version>2.8.9</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |