Skip to content

Commit d7b5353

Browse files
authored
Merge pull request #14247 from dotty-staging/scaladoc/jackson-bump
Bump jackson version to 2.12.1
2 parents db34814 + c59bde3 commit d7b5353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import sbt._
44
* to ensure the same version of the dependency is used in all projects
55
*/
66
object Dependencies {
7-
private val jacksonVersion = "2.9.8"
7+
private val jacksonVersion = "2.12.1"
88
val `jackson-databind` =
99
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
1010
val `jackson-dataformat-yaml` =

0 commit comments

Comments
 (0)