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 /catalog-model/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 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 7666076de6..ff28ea6395 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -166,6 +166,10 @@ <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </exclusion> + <exclusion> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </exclusion> </exclusions> </dependency> @@ -299,6 +303,12 @@ <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |