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 /common | |
parent | 07f292919103fb1fa505944639a163578694f839 (diff) | |
parent | f45203d505ef9fe97e6aa0c012025d93335a4533 (diff) |
Merge "SO Critical vulnerability"
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |