diff options
-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> |