update pom.xml.

升级snakeyaml到1.31.0,1.31.0版本之前存在dos漏洞

Signed-off-by: feng128328 <[email protected]>
This commit is contained in:
feng128328
2023-02-26 13:22:10 +00:00
committed by Gitee
parent 307fd4327f
commit 8cfd4fef2c
+1 -1
View File
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.25</version>
<version>1.31.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>