Commit e1c4024
authored
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments