Skip to content

Commit d8e4877

Browse files
authored
fix snakeyaml cve issue (#5142)
1 parent 7dcbe2b commit d8e4877

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

zoo/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -625,12 +625,6 @@
625625
</exclusion>
626626
</exclusions>
627627
</dependency>
628-
<dependency>
629-
<groupId>log4j</groupId>
630-
<artifactId>log4j</artifactId>
631-
<version>2.17.1</version>
632-
<scope>test</scope>
633-
</dependency>
634628
<dependency>
635629
<groupId>org.slf4j</groupId>
636630
<artifactId>slf4j-log4j12</artifactId>
@@ -648,11 +642,6 @@
648642
<artifactId>jedis</artifactId>
649643
<version>3.3.0</version>
650644
</dependency>
651-
<dependency>
652-
<groupId>org.yaml</groupId>
653-
<artifactId>snakeyaml</artifactId>
654-
<version>1.32</version>
655-
</dependency>
656645
<dependency>
657646
<groupId>commons-lang</groupId>
658647
<artifactId>commons-lang</artifactId>

0 commit comments

Comments
 (0)