diff options
author | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-15 10:52:26 +0300 |
---|---|---|
committer | Eran (ev672n), Vosk <ev672n@att.com> | 2018-10-15 10:52:26 +0300 |
commit | 25aa909490e9e91475e1a0ae3a186a6a17fe13fe (patch) | |
tree | 3dddcbc54f2d00b4077aa79691420f98d24b1406 /dcaedt_catalog/service | |
parent | 8571b0c392db6913a02cf05bb7566ebefe556ee4 (diff) |
security check issues
updating spring version, using security check issues
Change-Id: I55018c335f4167709dc92de891c224fcdad1dc7a
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to 'dcaedt_catalog/service')
-rw-r--r-- | dcaedt_catalog/service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcaedt_catalog/service/pom.xml b/dcaedt_catalog/service/pom.xml index eb4a175..b4f20d2 100644 --- a/dcaedt_catalog/service/pom.xml +++ b/dcaedt_catalog/service/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> - <version>4.3.17.RELEASE</version> + <version>5.0.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -65,7 +65,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> - <version>4.3.17.RELEASE</version> + <version>5.0.9.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |