diff options
author | vasraz <vasyl.razinkov@est.tech> | 2022-06-03 17:11:29 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-06-07 15:10:28 +0000 |
commit | 2664cee1d5f2f44713d89b0de2bfa391e0f54aa8 (patch) | |
tree | 3696d14b721b44fcda33b5f4957cde57e176829e /catalog-be | |
parent | 80c2cf3c70db2605eb9c2e28515a73567f3404ee (diff) |
Update vulnerable dependencies
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I167b69de1736c81187ab3596169c6043108546b2
Issue-ID: SDC-4017
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index a7bcd7a1dd..b28a9e1361 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -584,8 +584,7 @@ <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> - <version>20131018</version> - <scope>compile</scope> + <version>${org.json.version}</version> </dependency> <!-- CASSANDRA --> @@ -952,6 +951,11 @@ <version>${commons.collections.version}</version> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter</artifactId> + <version>${spring.boot.version}</version> + </dependency> + <dependency> <groupId>org.onap.sdc.sdc-be-common</groupId> <artifactId>security-util-lib</artifactId> <version>${security.util.lib.version}</version> @@ -960,6 +964,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> </exclusion> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |