diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |