Skip to content

Commit d383b0c

Browse files
authored
Merge pull request #3201 from scala-steward/update/jackson-databind-2.19.4
Update jackson-databind to 2.19.4
2 parents bd7ee17 + 7eda68b commit d383b0c

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.2"
53+
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.4"
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)