diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-23 16:40:32 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-23 16:40:32 -0400 |
commit | 5db44036506426abae9fd815c3a429f380045982 (patch) | |
tree | eb3008b48b5c384d550495db9f22863ac49641f9 /pom.xml | |
parent | 85fcbf057cfbad2f7eb9121aaf6bd15ab1d11bc8 (diff) |
Update to springboot 2.5
Update to springboot version 2.5
Issue-ID: SDNC-1560
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Icce7baba794462ae635c0122747d98b0501db509
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>spring-boot-starter-parent</artifactId> + <artifactId>spring-boot-25-starter-parent</artifactId> <version>2.2.0-SNAPSHOT</version> </parent> |