diff options
author | vasraz <vasyl.razinkov@est.tech> | 2020-08-19 18:01:52 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2020-09-07 19:22:41 +0000 |
commit | a8a96339680fa1c4df5577285442e902b5637631 (patch) | |
tree | 36d11a6db3ef6f9e12fd6d330c2394a39a8c325c /openecomp-be/lib/openecomp-common-lib | |
parent | 7f5501ed9e9807a4e5a17c06dd9b5989cced11aa (diff) |
Fix Vulnerabilities reported by SONAR
Change-Id: I8f4e173a4ea5111db55eebaf15be86f1583082ad
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3248
Diffstat (limited to 'openecomp-be/lib/openecomp-common-lib')
-rw-r--r-- | openecomp-be/lib/openecomp-common-lib/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openecomp-be/lib/openecomp-common-lib/pom.xml b/openecomp-be/lib/openecomp-common-lib/pom.xml index a2a36c3cab..9ffb3c5284 100644 --- a/openecomp-be/lib/openecomp-common-lib/pom.xml +++ b/openecomp-be/lib/openecomp-common-lib/pom.xml @@ -46,6 +46,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> + <version>${apache-commons-text.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |