There was an error while loading. Please reload this page.
1 parent 15626ab commit 2914147Copy full SHA for 2914147
1 file changed
project/Dependencies.scala
@@ -81,7 +81,7 @@ object Dependencies {
81
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
82
// This should align with the Jackson minor version used in Akka
83
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
84
- val JacksonVersion = "2.18.4" // 2.18 is LTS
+ val JacksonVersion = "2.18.8" // 2.18 is LTS
85
val JacksonDatabindVersion = JacksonVersion
86
val JacksonDatabindDependencies = Seq(
87
"com.fasterxml.jackson.core" % "jackson-core" % JacksonVersion,
0 commit comments