Skip to content

Commit

Permalink
Upgrading SnakeYaml to verion 2.0 to fix the vulnerability CVE-2022-1471
Browse files Browse the repository at this point in the history
 (#349)

Co-authored-by: denis.oconnor <[email protected]>
  • Loading branch information
denismoc and denis.oconnor authored Mar 3, 2023
1 parent 1bc15e3 commit 7f7a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val mockito = "org.mockito" % "mockito-core" % "4.6.1"
val scalaTestMockito = "org.scalatestplus" %% "mockito-4-6" % "3.2.14.0"
val akkaStreamTestKit = "com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion

val snakeYaml = "org.yaml" % "snakeyaml" % "1.33"
val snakeYaml = "org.yaml" % "snakeyaml" % "2.0"
val commonsIO = "commons-io" % "commons-io" % "2.11.0"
val commonsCodec = "commons-codec" % "commons-codec" % "1.15"

Expand Down

0 comments on commit 7f7a6f6

Please sign in to comment.