Skip to content

Commit

Permalink
Update jackson-module-scala to 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 2, 2024
1 parent cef3625 commit f238c96
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 @@ -93,7 +93,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"com.jcraft" % "jsch" % "0.1.55"
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.0",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
Expand Down

0 comments on commit f238c96

Please sign in to comment.