diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-05-19 18:22:12 +0100 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2021-05-27 15:54:18 +0000 |
commit | 30b974a429821c7a065b393b690e2380afce3284 (patch) | |
tree | 9a7e830be01ecc1018c43ef5d6218cb1974e5757 /integration-tests/pom.xml | |
parent | f070300ac0e134badd57a2ce276b25d84c7d53c0 (diff) |
Update vulnerable package dependencies
org.apache.commons.lang -> org.apache.commons.lang3:3.10
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I5806fd786394d278244fd88ea4925a91c2f05622
Issue-ID: SDC-3572
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4fd4304f4b..b79547e876 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -150,8 +150,8 @@ limitations under the License. <artifactId>libthrift</artifactId> </exclusion> <exclusion> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> </exclusion> </exclusions> </dependency> @@ -162,6 +162,12 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + <version>${apache-commons-text.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.clearspring.analytics</groupId> <artifactId>stream</artifactId> <version>${clearspring.version}</version> |