Skip to content

Commit

Permalink
jackson 2.17 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed May 13, 2024
1 parent d9c0c56 commit 4db94e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ updates.pin = [
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }

# https://github.com/apache/pekko/issues/1202
{ groupId = "com.fasterxml.jackson.core", version="2.16." }
{ groupId = "com.fasterxml.jackson.core", version="2.17." }

# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Dependencies {
val testContainers = "1.19.8"
val junit = "4.13.2"
val h2Driver = "2.2.224"
val jackson = "2.16.2" // this should match the version of jackson used by pekko-serialization-jackson
val jackson = "2.17.1" // this should match the version of jackson used by pekko-serialization-jackson
val logback = "1.3.14"
}

Expand Down

0 comments on commit 4db94e2

Please sign in to comment.