Skip to content

Commit 680fee3

Browse files
ckipp01G1ng3r
authored andcommitted
deps: bump jackson to 2.15.1
If you're curious the release notes for this version can be found in https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15.
1 parent 7f71d13 commit 680fee3

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

0 commit comments

Comments
 (0)