aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2022-09-29 15:52:33 -0400
committerDan Timoney <dtimoney@att.com>2022-09-29 15:52:33 -0400
commitc2556dd48738b43e91e27a57df60c3ec347c5ac0 (patch)
tree8d7ef5cf7d36fc5a946b1c99900ee88b7f3378b2 /pom.xml
parent7ae63cbdf21b06e0234d51a3200f9ebbf393f8eb (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 'pom.xml')
-rwxr-xr-xpom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f46f6a33..131ad91a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -4,8 +4,8 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>spring-boot-25-starter-parent</artifactId>
- <version>2.4.2</version>
+ <artifactId>spring-boot-26-starter-parent</artifactId>
+ <version>2.4.3-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -49,6 +49,7 @@
version here to pick up that fix -->
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<jacoco.version>0.8.3</jacoco.version>
+ <gson.version>2.9.0</gson.version>
<ccsdk.sli.version>1.5.0-SNAPSHOT</ccsdk.sli.version>
</properties>