Skip to content

Commit ad7c20d

Browse files
authored
bump: Jackson 2.18.3 (#3383)
1 parent 0ac4517 commit ad7c20d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.scala-steward.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ updates.ignore = [
77
]
88

99
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." }
1212
// v10 switches to Play 3
1313
{ groupId = "com.github.jwt-scala", version = "9.4." }
1414
]

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)