Skip to content

Commit

Permalink
Bump snakeyaml to 1.31. Fixes CVE-2022-25857 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper authored Sep 2, 2022
1 parent 9c2d602 commit 4c8abad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
:java-source-paths ["src/java"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:dependencies
[[org.yaml/snakeyaml "1.26"]
[[org.yaml/snakeyaml "1.31"]
[org.flatland/ordered "1.5.9"]]
:profiles {:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}})

0 comments on commit 4c8abad

Please sign in to comment.