We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 802128e + a69a7c1 commit 36f0e09Copy full SHA for 36f0e09
project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt._
4
* to ensure the same version of the dependency is used in all projects
5
*/
6
object Dependencies {
7
- private val jacksonVersion = "2.12.1"
+ private val jacksonVersion = "2.13.3"
8
val `jackson-databind` =
9
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
10
val `jackson-dataformat-yaml` =
0 commit comments