diff options
author | Arthur Martella <amartell@research.att.com> | 2018-03-27 17:39:07 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2018-03-27 17:39:07 -0400 |
commit | 18743610f5f7da881f1e46998de53311a9055c26 (patch) | |
tree | de8d861765fddbff55f7280dc04064d2b67212f8 /bpmn/MSOURN-plugin/pom.xml | |
parent | b4473da1a753e63e66f5a9a3b1984fd4736273c2 (diff) |
Remove dependencies with vulnerabilities
Upgrade commons-fileupload : commons-fileupload to 1.3.3
Upgrade com.fasterxml.jackson.core : jackson-databind to 2.8.7
Change-Id: I6a9f074b07dea59327ca79f945473767d57d5aa8
Issue-ID: SO-537
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOURN-plugin/pom.xml')
-rw-r--r-- | bpmn/MSOURN-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml index 0dc8d6dee5..b2db869f13 100644 --- a/bpmn/MSOURN-plugin/pom.xml +++ b/bpmn/MSOURN-plugin/pom.xml @@ -31,7 +31,7 @@ <dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
|