diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-05-12 13:56:51 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-05-15 06:22:36 +0000 |
commit | b7ea3eff8a18c9a05d92833d71b3c3b699327b8a (patch) | |
tree | f9bf027a8988bbdb524a64dd6ee11b7cf174fbdf /utils/webseal-simulator/pom.xml | |
parent | 1073da9c4dacfc87982eecf1667eb0177540acf6 (diff) |
Update vulnerable package dependencies
commons-io -> 2.7
org.freemarker -> 2.3.30
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Ie18bd3abffdb64017ab49331864325beea8aa2c4
Issue-ID: SDC-3572
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index ca95ef8cdc..77038961f4 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.4</version> + <version>2.7</version> </dependency> <dependency> |