Skip to content

Commit 36699f6

Browse files
committed
fix: upgrade org.yaml:snakeyaml from 2.1 to 2.2
Snyk has created this PR to upgrade org.yaml:snakeyaml from 2.1 to 2.2. See this package in Maven Repository: https://mvnrepository.com/artifact/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 6027fa2 commit 36699f6

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
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.yaml</groupId>
146146
<artifactId>snakeyaml</artifactId>
147-
<version>2.1</version>
147+
<version>2.2</version>
148148
</dependency>
149149
<!-- command line interface -->
150150
<dependency>

0 commit comments

Comments
 (0)