Skip to content

Commit f4bd670

Browse files
authored
Merge pull request #3234 from scala-steward/update/jackson-databind-2.20.1
Update jackson-databind to 2.20.1
2 parents 6992610 + 90da6bc commit f4bd670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object Dependencies {
5050
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
5151
// json-rpc dependencies
5252
val jakartaServlet = "jakarta.servlet" % "jakarta.servlet-api" % "6.1.0" % Provided
53-
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.4"
53+
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.20.1"
5454
val jacksonModuleScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1"
5555
val jettyServer = "org.eclipse.jetty" % "jetty-server" % "11.0.26"
5656
val jettyServlet = "org.eclipse.jetty" % "jetty-servlet" % "11.0.26"

0 commit comments

Comments
 (0)