Skip to content

Commit

Permalink
Bump Jackson to 2.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 committed Mar 24, 2021
1 parent 2173c43 commit 1a87308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ updates.ignore = [

updates.pin = [
# To be updated in tandem with upstream Akka
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.10." }
{ groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind", version = "2.11." }
]

updatePullRequests = false
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ object Dependencies {
"org.scalacheck" %% "scalacheck" % "1.15.3" % Test
)

val jacksonVersion = "2.10.5"
val jacksonDatabindVersion = "2.10.5.1"
val jacksonVersion = "2.11.4"
val jacksonDatabindVersion = jacksonVersion
val jacksonDatabind = Seq("com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion)
val jacksons = Seq(
"com.fasterxml.jackson.core" % "jackson-core",
Expand Down

0 comments on commit 1a87308

Please sign in to comment.