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.
1 parent 7f71d13 commit 680fee3Copy full SHA for 680fee3
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.13.3"
+ private val jacksonVersion = "2.15.1"
8
val `jackson-databind` =
9
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion
10
val `jackson-dataformat-yaml` =
0 commit comments