Skip to content

Commit

Permalink
fix snakeyaml cve issue (#5142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Dec 8, 2022
1 parent 7dcbe2b commit d8e4877
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions zoo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -625,12 +625,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>2.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand All @@ -648,11 +642,6 @@
<artifactId>jedis</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.32</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
Expand Down

0 comments on commit d8e4877

Please sign in to comment.