From 04a9c4ba68da51dd89a90be5a5725cc1a0651223 Mon Sep 17 00:00:00 2001 From: vaughn Date: Tue, 13 Dec 2022 15:30:05 +0800 Subject: [PATCH] FIX: security --- 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 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 + +