Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-core to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2024
1 parent 2217d6f commit 4579d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val root = (project in file(".")).
"io.github.openfeign" % "feign-jackson" % "13.1" % "compile",
"io.github.openfeign" % "feign-slf4j" % "13.1" % "compile",
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.16.1" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.16.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.16.0" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.16.0" % "compile",
Expand Down

0 comments on commit 4579d5f

Please sign in to comment.