Skip to content

Commit 72e0985

Browse files
Update snakeyaml to 2.5
1 parent 564f5bf commit 72e0985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe
188188
"io.netty" % "netty-handler" % "4.1.96.Final",
189189
"io.netty" % "netty-transport-native-epoll" % "4.1.96.Final",
190190
"com.github.samtools" % "htsjdk" % "3.0.5",
191-
"org.yaml" % "snakeyaml" % "2.2",
191+
"org.yaml" % "snakeyaml" % "2.5",
192192
"com.univocity" % "univocity-parsers" % "2.9.1"
193193
)).map(_.exclude("com.google.code.findbugs", "jsr305"))
194194

0 commit comments

Comments
 (0)