Skip to content

Commit

Permalink
Bump snakeyaml to 1.33 (close #91)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Nov 3, 2022
1 parent 6b1113f commit 5e27506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
val jackson = "2.13.4.2" // An override, to mitigate a CVE
val googleOauth = "1.34.0" // An override, to mitigate a CVE
val guava = "31.1-jre" // An override, to mitigate a CVE
val snakeYaml = "1.32" // An override, to mitigate a CVE
val snakeYaml = "1.33" // An override, to mitigate a CVE
val paradise = "2.1.1"
}

Expand Down

0 comments on commit 5e27506

Please sign in to comment.