diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2021-08-13 15:14:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-13 15:14:54 +0000 |
commit | 3838b3b025be3aac4324c2a0cbb3ff7cd7a5c774 (patch) | |
tree | 191b926bdefff16f264cf9eaf13073827f7aa75a | |
parent | 07f292919103fb1fa505944639a163578694f839 (diff) | |
parent | f45203d505ef9fe97e6aa0c012025d93335a4533 (diff) |
Merge "SO Critical vulnerability"
-rw-r--r-- | asdc-controller/pom.xml | 2 | ||||
-rw-r--r-- | common/pom.xml | 1 | ||||
-rw-r--r-- | mso-catalog-db/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index d539e65b13..244d83f7db 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -215,7 +215,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.9</version> + <version>1.15</version> </dependency> <dependency> <groupId>org.onap.so</groupId> diff --git a/common/pom.xml b/common/pom.xml index bbb32b52be..330e6dd32e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -107,6 +107,7 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> + <version>5.4.6</version> </dependency> <dependency> <groupId>org.mockito</groupId> diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index c2bcf9b44f..c4913e6d85 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -73,6 +73,7 @@ <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-rest-hal-browser</artifactId> + <version>3.3.9.RELEASE</version> </dependency> <dependency> <groupId>org.ow2.asm</groupId> @@ -884,7 +884,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.12</version> + <version>1.15</version> <scope>compile</scope> </dependency> <dependency> |