diff options
author | Dan Timoney <dtimoney@att.com> | 2021-08-17 09:09:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-08-17 09:09:41 -0400 |
commit | d411412b88a1eccd593a9227c1659a52e167b861 (patch) | |
tree | bd4a13a1e3333efe478d44befd6e45a9bd63995e /services | |
parent | d2678073e6b4101c1f68eef22011734526ebcc25 (diff) |
Upgrade to springboot 2.5
Upgrade to springboot version 2.5 to address third party vulnerabilities
Issue-ID: CCSDK-3415
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id7d3d3ab9bf161600412b33862526181f2444224
Diffstat (limited to 'services')
-rw-r--r-- | services/pom.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/services/pom.xml b/services/pom.xml index 56ead631..5328b55f 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -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> <relativePath/> </parent> @@ -51,13 +51,8 @@ </dependency> <dependency> <groupId>io.springfox</groupId> - <artifactId>springfox-swagger2</artifactId> - <version>2.9.2</version> - </dependency> - <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-swagger-ui</artifactId> - <version>2.9.2</version> + <artifactId>springfox-boot-starter</artifactId> + <version>${springfox.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> |