Skip to content

Commit 42072c5

Browse files
authored
jackson 2.20.1 (#1248)
1 parent 12fadff commit 42072c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def specs2(scalaVersion: String) =
2121
("org.specs2" %% s"specs2-$n" % "4.23.0") % Test
2222
}
2323

24-
val jacksonDatabindVersion = "2.20.0"
24+
val jacksonDatabindVersion = "2.20.1"
2525
val jacksonDatabind = Seq(
2626
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
2727
)

0 commit comments

Comments
 (0)