diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 09:29:29 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-19 09:29:32 +0100 |
commit | f801de3c55a242a5155b463905dc6f053f22ebd3 (patch) | |
tree | ff58ac2ae2a74ab6a67262ee35e1614852ebc814 /tools | |
parent | b1296de01e61cb8d8e2a8476bad108b2046783de (diff) |
Fix some dependencies flagged in scans
Issue-ID: POLICY-4393
Change-Id: Ie334fa225559d2bbe5cf0e490e7e07f3fa81eede
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools-common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index e6b81a79f..48d2571f1 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.8</version> + <version>1.10.0</version> </dependency> <dependency> <groupId>commons-cli</groupId> @@ -72,4 +72,4 @@ </resource> </resources> </build> -</project>
\ No newline at end of file +</project> |