diff options
author | sumithra <sumithra.s69@wipro.com> | 2020-08-13 00:35:35 -0700 |
---|---|---|
committer | sumithra <sumithra.s69@wipro.com> | 2020-08-13 00:35:35 -0700 |
commit | ac2672f417dabb4d097e485457089a0945ab8a71 (patch) | |
tree | 55167c9e9ad6fa15c15bca3dc7cb6a2b8b9039d8 | |
parent | 961c6f2dae68bc4947d86410ef9f8eceddca7c5d (diff) |
Fix security vulnerabilities
Issue-ID: EXTAPI-446
Signed-off-by: sumithra <sumithra.s69@wipro.com>
Change-Id: I7f2d837c1e4365ffe3fc72783a5a914f4ce88076
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-core</artifactId> - <version>9.0.30</version> + <version>9.0.36</version> </dependency> <dependency> |