Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 234774d

Browse files
Update dependencies to address CVE-2022-38752 (#231) (#233)
Upgrade snakeyaml to v1.32 for vulnerability fix: - https://bitbucket.org/snakeyaml/snakeyaml/issues/531/stackoverflow-oss-fuzz-47081 (cherry picked from commit 195393f) Signed-off-by: Mark S. Lewis <[email protected]> Co-authored-by: Mark S. Lewis <[email protected]>
1 parent d1bbf2f commit 234774d

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
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>org.yaml</groupId>
216216
<artifactId>snakeyaml</artifactId>
217-
<version>1.31</version>
217+
<version>1.32</version>
218218
</dependency>
219219

220220
<!-- https://mvnrepository.com/artifact/org.miracl.milagro.amcl/milagro-crypto-java -->

0 commit comments

Comments
 (0)