Skip to content

Commit

Permalink
Update jackson-module-scala to 2.16.1 (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: Roland Tritsch <[email protected]>
  • Loading branch information
scala-steward and rolandtritsch authored Jul 11, 2024
1 parent a98aa57 commit 5c869e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"com.jcraft" % "jsch" % "0.1.55"
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.16.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.1",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
Expand Down

0 comments on commit 5c869e6

Please sign in to comment.