Skip to content

Commit 157b383

Browse files
authored
Merge pull request #368 from scala-steward/update/jackson-core-2.18.4
Update jackson-core to 2.18.4
2 parents d2bf560 + 03abcdf commit 157b383

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
@@ -312,7 +312,7 @@ lazy val `jackson-218` = project
312312
.settings(
313313
name := "tethys-jackson218",
314314
libraryDependencies ++= Seq(
315-
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.3"
315+
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.4"
316316
)
317317
)
318318
.dependsOn(core)

0 commit comments

Comments
 (0)