diff options
Diffstat (limited to 'tools/tools-common/pom.xml')
-rw-r--r-- | tools/tools-common/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index d664d4cfb..0e164e523 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -37,12 +37,11 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.6</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.1</version> + <version>1.8</version> </dependency> <dependency> <groupId>commons-cli</groupId> |