aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCoreBPMN
diff options
context:
space:
mode:
authorSangalang, Felix <felix.sangalang@att.com>2019-06-21 10:46:38 -0400
committerBenjamin, Max (mb388a) <mb388a@us.att.com>2019-06-21 10:53:20 -0400
commit785fab55d51fb1c824398accb1aab53fc7049861 (patch)
tree5c6a0abdea57c8274bbff40f8c9c4d685169c687 /bpmn/MSOCoreBPMN
parentf2f824a00e4cb68bc146e37fe01a8833a6c72636 (diff)
Security updates for maven dependencies
Update commons-collections version to 3.2.2. Updated distribution client version to 1.4.0. Update commons-fileupload to version 1.4. Update commons-codec to version 1.12. Change-Id: I4ab794e3aef7300c30088e5197092fd30231c4af Issue-ID: SO-2043 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'bpmn/MSOCoreBPMN')
-rw-r--r--bpmn/MSOCoreBPMN/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml
index 12bc9980bf..fd239562e2 100644
--- a/bpmn/MSOCoreBPMN/pom.xml
+++ b/bpmn/MSOCoreBPMN/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
- <version>1.3.3</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>