Skip to content

Commit ac34e97

Browse files
committed
fix: upgrade org.yaml:snakeyaml from 2.4 to 2.5
Snyk has created this PR to upgrade org.yaml:snakeyaml from 2.4 to 2.5. See this package in maven: org.yaml:snakeyaml See this project in Snyk: https://app.snyk.io/org/pkiraly/project/1edd575e-5f6e-416c-b516-e938a0e826df?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent b32ee7f commit ac34e97

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
@@ -179,7 +179,7 @@
179179
<dependency>
180180
<groupId>org.yaml</groupId>
181181
<artifactId>snakeyaml</artifactId>
182-
<version>2.4</version>
182+
<version>2.5</version>
183183
</dependency>
184184
<!-- command line interface -->
185185
<dependency>

0 commit comments

Comments
 (0)