Skip to content

Commit

Permalink
Merge pull request #740 from mkurz/jackson_2.13
Browse files Browse the repository at this point in the history
Jackson 2.13
  • Loading branch information
mkurz authored Apr 6, 2022
2 parents 45a4c9c + 3fc2171 commit 50c0027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
pullRequests.frequency = "@weekly"

updates.pin = [
// Play JSON should follow the Jackson version in Akka to avoid conflicts in Playframework
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L24
{ groupId = "com.fasterxml.jackson.core", version = "2.11." }
{ groupId = "com.fasterxml.jackson.datatype", version = "2.11." }
]

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def specs2(scalaVersion: String) =
("org.specs2" %% s"specs2-$n" % "4.14.1").cross(CrossVersion.for3Use2_13) % Test
}

val jacksonVersion = "2.11.4"
val jacksonDatabindVersion = jacksonVersion
val jacksonVersion = "2.13.2"
val jacksonDatabindVersion = "2.13.2.2"

val jacksonDatabind = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonDatabindVersion
Expand Down

0 comments on commit 50c0027

Please sign in to comment.