Skip to content

Commit 4ffe5af

Browse files
authored
deps: bump jackson to 2.15.1 (#17406)
If you're curious the release notes for this version can be found in https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.15. The main reason for this change is that there are some CVEs attatched to the 2.13.x series that are first fixed in later versions. You can see the CVEs in the Security tab here on GitHub.
2 parents 9c2902d + 893a4c1 commit 4ffe5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
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)