diff options
author | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 15:27:34 +0530 |
---|---|---|
committer | shashikanth.vh@huawei.com <shashikanth.vh@huawei.com> | 2022-03-10 15:27:34 +0530 |
commit | 3168b680a1b9131c29c8bb58d498a2c167fff15e (patch) | |
tree | 6d3357e2ca9476b826c2dcfa38ff733c21cdd412 /so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api | |
parent | 21ae00f91ad0930fa0680145a4ef0f5d1d0e6799 (diff) |
Dependency version upgrade gson 2.8.6 to 2.8.9jakarta
Issue-ID: SO-3846
Signed-off-by: shashikanth.vh@huawei.com <shashikanth.vh@huawei.com>
Change-Id: I4181c245f49f1f39115d4b5ad640c63861f0bf0b
Diffstat (limited to 'so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api')
-rw-r--r-- | so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api/pom.xml b/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api/pom.xml index 883d60d..6e8a642 100644 --- a/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api/pom.xml +++ b/so-etsi-sol003-adapter-pkgm/so-etsi-sol003-adapter-pkgm-api/pom.xml @@ -125,10 +125,11 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> + <version>${gson-version}</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |