diff --git a/build.sbt b/build.sbt index 7dbe4f2..19fd10f 100644 --- a/build.sbt +++ b/build.sbt @@ -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",