diff --git a/hugegraph-dist/scripts/dependency/known-dependencies.txt b/hugegraph-dist/scripts/dependency/known-dependencies.txt index 85f0b4ae8f..610c34e34b 100644 --- a/hugegraph-dist/scripts/dependency/known-dependencies.txt +++ b/hugegraph-dist/scripts/dependency/known-dependencies.txt @@ -42,7 +42,7 @@ commons-lang3-3.11.jar commons-logging-1.1.1.jar commons-logging-1.2.jar commons-math3-3.2.jar -commons-text-1.9.jar +commons-text-1.10.0.jar compress-lzf-0.8.4.jar concurrent-trees-2.4.0.jar concurrentlinkedhashmap-lru-1.4.jar diff --git a/pom.xml b/pom.xml index 4d8ab49105..881b1a6866 100644 --- a/pom.xml +++ b/pom.xml @@ -282,6 +282,12 @@ ${protobuf.version} + + org.apache.commons + commons-text + 1.10.0 + +