Skip to content

Commit a69a7c1

Browse files
committed
dep: bump to latest jackson 2.13.3
There are some security vulnerabilities associated with older jackson versions. People mentioned starting to see this in their projects after adding sbt-dependency-submission in their Scala 3 projects. ref: scalacenter/sbt-dependency-submission#49
1 parent e560c2d commit a69a7c1

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.12.1"
7+
private val jacksonVersion = "2.13.3"
88
val `jackson-databind` =
99
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
1010
val `jackson-dataformat-yaml` =

0 commit comments

Comments
 (0)