diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-10 13:23:54 +0300 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-10 13:24:19 +0300 |
commit | 8571b0c392db6913a02cf05bb7566ebefe556ee4 (patch) | |
tree | f7384e4936bf086848bdc790731ec655544f0be8 /dcaedt_catalog/asdc/pom.xml | |
parent | 4ec8e60178d36dff5e683191641e450dd809b667 (diff) |
security check issues
updating some of the libraries to use safer versions, using security check issues
Change-Id: I1a849669da16404661bfa7f1a826c0fa9828c410
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_catalog/asdc/pom.xml')
-rw-r--r-- | dcaedt_catalog/asdc/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcaedt_catalog/asdc/pom.xml b/dcaedt_catalog/asdc/pom.xml index 69fe2e1..a6cdd58 100644 --- a/dcaedt_catalog/asdc/pom.xml +++ b/dcaedt_catalog/asdc/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> - <version>4.3.17.RELEASE</version> + <version>5.0.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> |