diff --git a/build.sbt b/build.sbt index fca602f..4fc20eb 100644 --- a/build.sbt +++ b/build.sbt @@ -95,7 +95,7 @@ lazy val root = Project("sbt-coveralls", file(".")) ), libraryDependencies ++= Seq( "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0", - "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2", + "com.fasterxml.jackson.core" % "jackson-core" % "2.18.4", "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",