Skip to content

Commit

Permalink
Update jackson-core to 2.18.0 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 5307a41 commit 15c2b52
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.16.2",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.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",
"io.circe" %% "circe-core" % "0.14.10",
Expand Down

0 comments on commit 15c2b52

Please sign in to comment.