Skip to content

Commit d486a7d

Browse files
DinoCassowaryjenkins
authored and
jenkins
committed
util: upgrade snakeyaml due to cve
Signed-off-by: Kyle Bahr <[email protected]> Problem/Solution: upgrade snakeyaml version to 1.28 Result Closes #301 JIRA Issues: CSL-12126 Differential Revision: https://phabricator.twitter.biz/D930268
1 parent f12c50a commit d486a7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
* util: Update snakeyaml to 1.28 ``PHAB_ID=D930268``
11+
1012
Breaking API Changes
1113
~~~~~~~~~~~~~~~~~~~~
1214

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val caffeineLib = "com.github.ben-manes.caffeine" % "caffeine" % "2.9.3"
2626
val jsr305Lib = "com.google.code.findbugs" % "jsr305" % "2.0.1"
2727
val scalacheckLib = "org.scalacheck" %% "scalacheck" % "1.15.4" % "test"
2828
val slf4jApi = "org.slf4j" % "slf4j-api" % slf4jVersion
29-
val snakeyaml = "org.yaml" % "snakeyaml" % "1.24"
29+
val snakeyaml = "org.yaml" % "snakeyaml" % "1.28"
3030

3131
def travisTestJavaOptions: Seq[String] = {
3232
// We have some custom configuration for the Travis environment

0 commit comments

Comments
 (0)