The springboot version was updated to the latest 2.3.8.RELEASE in org.onap.ccsdk.parent
Hence, the pom file should have the new version as a parent.
Change-Id: Ibb76e6f334a923dec6212aea0634701c07fcd149
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>org.onap.ccsdk.oran</groupId>