Skip to content

Commit

Permalink
jackson 2.17 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored May 7, 2024
1 parent 7cbd152 commit 7598357
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 @@ -8,7 +8,7 @@ updates.pin = [
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
# 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." }
# protobuf 4 is not well supported
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ object Dependencies {
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"io.spray" %% "spray-json" % "1.3.6" % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.2" % Test,
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % Test,
// See http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
"org.hamcrest" % "hamcrest-library" % "2.2" % Test,
"org.hamcrest" % "hamcrest" % "2.2" % Test,
Expand Down

0 comments on commit 7598357

Please sign in to comment.