diff options
author | 2022-09-29 15:52:33 -0400 | |
---|---|---|
committer | 2022-09-29 15:52:33 -0400 | |
commit | c2556dd48738b43e91e27a57df60c3ec347c5ac0 (patch) | |
tree | 8d7ef5cf7d36fc5a946b1c99900ee88b7f3378b2 /ms/sliboot/pom.xml | |
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/sliboot/pom.xml')
-rw-r--r-- | ms/sliboot/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index dfecd1b5..fb46a823 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -187,6 +187,7 @@ <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> + <version>${gson.version}</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> |