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

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

commit c89815047d33de9164981247552b2b20dcd33d7e
Author: vaughn <[email protected]>
AuthorDate: Tue Dec 13 15:30:05 2022 +0800

    FIX: security
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

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