File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ updates.ignore = [
7
7
]
8
8
9
9
updates.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 ." }
12
12
// v10 switches to Play 3
13
13
{ groupId = "com.github.jwt-scala", version = "9.4." }
14
14
]
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ object Dependencies {
80
80
// CVE issues https://github.com/FasterXML/jackson-databind/issues?utf8=%E2%9C%93&q=+label%3ACVE
81
81
// This should align with the Jackson minor version used in Akka
82
82
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L29
83
- val JacksonVersion = " 2.17 .3"
83
+ val JacksonVersion = " 2.18 .3"
84
84
val JacksonDatabindVersion = JacksonVersion
85
85
val JacksonDatabindDependencies = Seq (
86
86
" com.fasterxml.jackson.core" % " jackson-core" % JacksonVersion ,
You can’t perform that action at this time.
0 commit comments