Skip to content

Commit 70a3bc5

Browse files
authored
fix: pom.xml to reduce vulnerabilities (#1243)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGYAML-537645
1 parent 41c54dd commit 70a3bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
<!-- Apache 2.0 -->
274274
<groupId>org.yaml</groupId>
275275
<artifactId>snakeyaml</artifactId>
276-
<version>1.20</version>
276+
<version>1.26</version>
277277
</dependency>
278278

279279
<!-- Apache commons IO -->

0 commit comments

Comments
 (0)