From efd9d442f73bd777491d6a3eda24eea774c2ccbe Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:38:56 +0200 Subject: [PATCH] Update jackson-core to 2.15.0 (#258) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e156cf..18faf42 100644 --- a/build.sbt +++ b/build.sbt @@ -58,7 +58,7 @@ lazy val root = Project("sbt-coveralls", file(".")) "com.jcraft" % "jsch" % "0.1.55" ), libraryDependencies ++= Seq( - "com.fasterxml.jackson.core" % "jackson-core" % "2.14.2", + "com.fasterxml.jackson.core" % "jackson-core" % "2.15.0", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.2", "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", "org.scalaj" %% "scalaj-http" % "2.4.2",