We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd7ee17 + 7eda68b commit d383b0cCopy full SHA for d383b0c
project/Dependencies.scala
@@ -50,7 +50,7 @@ object Dependencies {
50
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
51
// json-rpc dependencies
52
val jakartaServlet = "jakarta.servlet" % "jakarta.servlet-api" % "6.1.0" % Provided
53
- val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.2"
+ val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.19.4"
54
val jacksonModuleScala = "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.20.1"
55
val jettyServer = "org.eclipse.jetty" % "jetty-server" % "11.0.26"
56
val jettyServlet = "org.eclipse.jetty" % "jetty-servlet" % "11.0.26"
0 commit comments