diff options
author | Jozsef Csongvai <jozsef.csongvai@bell.ca> | 2022-09-26 11:09:50 -0400 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2022-10-22 10:57:11 +0000 |
commit | 4d46bb1a5fbc151f7f76942a87def2fe8146134a (patch) | |
tree | c25d439a28d1f801fd2f83582ca1bec7bb1b4845 /pom.xml | |
parent | ddd4e8990d487f34a190d314a0f0ea266925e532 (diff) |
Upgrade spring boot parent and hazelcast
The code changes are required for kotlin upgrade.
New kotlin version is 1.5.32 (defined in spring-boot-parent)
Issue-ID: CCSDK-3701
Issue-ID: CCSDK-3762
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I0d6ecc7bee8c21d2ecd3ac4364845c5c8e0e9738
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,8 +21,8 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>spring-boot-starter-parent</artifactId> - <version>2.4.2</version> + <artifactId>spring-boot-26-starter-parent</artifactId> + <version>2.4.4</version> <relativePath/> </parent> @@ -55,7 +55,7 @@ limitations under the License. <sonar.inclusions>**/*.java,**/*.kt</sonar.inclusions> <!--Specify path to load jacoco XLM report, as Sonar can't load Kotlin coverage from binary report--> <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> - <jacoco.version>0.8.3</jacoco.version> + <jacoco.version>0.8.7</jacoco.version> <!-- Properties for POM Format --> <format.skipValidate>false</format.skipValidate> @@ -73,7 +73,7 @@ limitations under the License. <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> - <ccsdk.sli.version>1.5.1</ccsdk.sli.version> + <ccsdk.sli.version>1.5.2-SNAPSHOT</ccsdk.sli.version> <ccsdk.cds.version>${project.version}</ccsdk.cds.version> </properties> |