From ca06bc2f670216f8e841252451e035e0b5d090fd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 10:04:40 +0000 Subject: [PATCH] Update jackson-core to 2.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 11837a4..d4db35f 100644 --- a/build.sbt +++ b/build.sbt @@ -59,7 +59,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",