File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ updates.ignore = [
77]
88
99updates.pin = [
10- { groupId = "com.fasterxml.jackson.core", version = "2.17 ." }
11- { groupId = "com.fasterxml.jackson.datatype", version = "2.17 ." }
10+ { groupId = "com.fasterxml.jackson.core", version = "2.18 ." }
11+ { groupId = "com.fasterxml.jackson.datatype", version = "2.18 ." }
1212 // v10 switches to Play 3
1313 { groupId = "com.github.jwt-scala", version = "9.4." }
1414]
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ object Dependencies {
8080 // CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
8181 // This should align with the Jackson minor version used in Akka
8282 // https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
83- val JacksonVersion = " 2.17 .3"
83+ val JacksonVersion = " 2.18 .3"
8484 val JacksonDatabindVersion = JacksonVersion
8585 val JacksonDatabindDependencies = Seq (
8686 " com.fasterxml.jackson.core" % " jackson-core" % JacksonVersion ,
You can’t perform that action at this time.
0 commit comments