This is an automated email from the ASF dual-hosted git repository.

vaughn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git


The following commit(s) were added to refs/heads/master by this push:
     new 73bf51663 FIX: security (#2050)
73bf51663 is described below

commit 73bf51663063fd9b95e0ec4e38523e4217a83da5
Author: vaughn <[email protected]>
AuthorDate: Wed Dec 14 10:01:57 2022 +0800

    FIX: security (#2050)
    
    Co-authored-by: Jermy Li <[email protected]>
---
 hugegraph-dist/scripts/dependency/known-dependencies.txt | 2 +-
 pom.xml                                                  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/hugegraph-dist/scripts/dependency/known-dependencies.txt 
b/hugegraph-dist/scripts/dependency/known-dependencies.txt
index 85f0b4ae8..610c34e34 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 4d8ab4910..881b1a686 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,6 +282,12 @@
                 <version>${protobuf.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.apache.commons</groupId>
+                <artifactId>commons-text</artifactId>
+                <version>1.10.0</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
 

Reply via email to