Skip to content

Commit

Permalink
FIX: security
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo committed Dec 13, 2022
1 parent ea888d1 commit 04a9c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hugegraph-dist/scripts/dependency/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 04a9c4b

Please sign in to comment.