diff options
author | 2022-09-29 15:52:33 -0400 | |
---|---|---|
committer | 2022-09-29 15:52:33 -0400 | |
commit | c2556dd48738b43e91e27a57df60c3ec347c5ac0 (patch) | |
tree | 8d7ef5cf7d36fc5a946b1c99900ee88b7f3378b2 /ms/vlantag-api | |
parent | 7ae63cbdf21b06e0234d51a3200f9ebbf393f8eb (diff) |
Update third party versions in ccsdk/apps
Upgrade to latest springboot 2.6 release and updated gson version
Change-Id: Ie12921daa905424bee3e5423371f951d3156e803
Issue-ID: CCSDK-3771
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ms/vlantag-api')
-rw-r--r-- | ms/vlantag-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 3b4af879..37b622ca 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -88,6 +88,11 @@ <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>${gson.version}</version> + </dependency> <dependency> <groupId>junit</groupId> |