Skip to content

Commit f963760

Browse files
committed
deps: bump jackson to 2.15.0
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 8a055d6 commit f963760

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

0 commit comments

Comments
 (0)