Skip to content

Commit e1c4024

Browse files
build(deps): Update jackson-databind from 2.20.1 to 2.21.0 (#8126)
## About this PR 📦 Updates [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from `2.20.1` to `2.21.0` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/61ad65418ecca03c6cb60b5317445bd9e60f7a53/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.fasterxml.jackson.core", "artifactId" : { "name" : "jackson-databind", "maybeCrossName" : null }, "version" : "2.20.1", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "2.21.0" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "commit-count:1" ] } -->
1 parent 060b1fa commit e1c4024

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
@@ -462,7 +462,7 @@ lazy val metals = project
462462
// For MCP
463463
"io.modelcontextprotocol.sdk" % "mcp" % V.modelContextProtocol,
464464
"io.modelcontextprotocol.sdk" % "mcp-json-jackson2" % V.modelContextProtocol,
465-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.1",
465+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.21.0",
466466
"io.undertow" % "undertow-servlet" % "2.3.12.Final",
467467
),
468468
buildInfoPackage := "scala.meta.internal.metals",

0 commit comments

Comments
 (0)