Skip to content

Commit

Permalink
Bump snakeyaml to 1.33 (close #804)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jul 19, 2023
1 parent 8699d71 commit 4ba98df
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 @@ -35,7 +35,7 @@ object Dependencies {
val jodaTime = "2.10.1"
val useragent = "1.21"
val uaParser = "1.5.4"
val snakeYaml = "1.31" // override transitive dependency to mitigate security vulnerabilities CVE-2022-25857
val snakeYaml = "1.33"
val postgresDriver = "42.5.2"
val mysqlConnector = "8.0.29"
val hikariCP = "5.0.1"
Expand Down

0 comments on commit 4ba98df

Please sign in to comment.