Skip to content

Commit 2f14b51

Browse files
scala-stewardrolandtritsch
authored andcommitted
Update jackson-core to 2.18.2
1 parent f7a13b9 commit 2f14b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ lazy val root = Project("sbt-coveralls", file("."))
9595
),
9696
libraryDependencies ++= Seq(
9797
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0",
98-
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.0",
98+
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.2",
9999
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
100100
"org.scalaj" %% "scalaj-http" % "2.4.2",
101101
"io.circe" %% "circe-core" % "0.14.10",

0 commit comments

Comments
 (0)