From 766184600eb8a45eae6a1e57248084f469eb0ca7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 1 Mar 2025 19:33:02 +0000 Subject: [PATCH] Update jackson-core to 2.18.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fca602f..e3166c0 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.3", "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",