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 /ms/neng/pom.xml | |
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 'ms/neng/pom.xml')
-rw-r--r-- | ms/neng/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 4734ba9a..1467ed45 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -234,7 +234,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> @@ -343,7 +343,7 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>7.6.1</version> + <version>7.13.4</version> </dependency> <dependency> <groupId>io.searchbox</groupId> |