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 /utils/DmaapPublisher | |
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 'utils/DmaapPublisher')
-rw-r--r-- | utils/DmaapPublisher/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml index 6464af23b9..21c014a6ef 100644 --- a/utils/DmaapPublisher/pom.xml +++ b/utils/DmaapPublisher/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.7</version> + <version>3.10</version> </dependency> <dependency> <groupId>com.att.nsa</groupId> |