Skip to content

Commit

Permalink
Update jackson-core to 2.14.2 (#241)
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 Feb 4, 2023
1 parent b5b8e1f commit 826d63d
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 @@ -57,7 +57,7 @@ lazy val root = Project("sbt-coveralls", file("."))
"com.jcraft" % "jsch" % "0.1.55"
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.core" % "jackson-core" % "2.14.1",
"com.fasterxml.jackson.core" % "jackson-core" % "2.14.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2",
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.4.0.202211300538-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
Expand Down

0 comments on commit 826d63d

Please sign in to comment.