Skip to content

Commit 6d940d6

Browse files
scala-stewardxuwei-k
authored andcommitted
Update jackson-core to 2.20.1
1 parent 4100172 commit 6d940d6

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
@@ -15,7 +15,7 @@ lazy val jacocoPlugin = (project in file("."))
1515
libraryDependencies ++= Seq(
1616
"org.jacoco" % "org.jacoco.core" % jacocoVersion,
1717
"org.jacoco" % "org.jacoco.report" % jacocoVersion,
18-
"com.fasterxml.jackson.core" % "jackson-core" % "2.20.0",
18+
"com.fasterxml.jackson.core" % "jackson-core" % "2.20.1",
1919
"org.scalaj" %% "scalaj-http" % "2.4.2",
2020
"commons-codec" % "commons-codec" % "1.19.0",
2121
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.5.202508271544-r",

0 commit comments

Comments
 (0)