Skip to content

Commit

Permalink
Update jackson-core to 2.16.1 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 11, 2024
1 parent 8af393b commit b37984b
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 @@ -60,7 +60,7 @@ lazy val root = Project("sbt-coveralls", file("."))
),
libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.3",
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.3",
"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",
"io.circe" %% "circe-core" % "0.14.6",
Expand Down

0 comments on commit b37984b

Please sign in to comment.