security check issues

updating spring version, using security check issues

Change-Id: I4bdb4ac8ab2d385c2ef3b15010e88ca10998165e
Issue-ID: SDC-1829
Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
diff --git a/dcaedt_tools/pom.xml b/dcaedt_tools/pom.xml
index 0d2c31f..96f641a 100644
--- a/dcaedt_tools/pom.xml
+++ b/dcaedt_tools/pom.xml
@@ -261,5 +261,11 @@
             <artifactId>junit</artifactId>
             <version>4.12</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+            <version>5.0.9.RELEASE</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 </project>