Commit 0df3600
authored
Update netty-all to 4.2.10.Final (#4160)
## About this PR
📦 Updates io.netty:netty-all from `4.2.9.Final` to `4.2.10.Final`
## 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/f0dfaa6d8e24b261aeafbc7f99c5325ed9365cf2/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 = "io.netty", artifactId = "netty-all" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "io.netty", artifactId = "netty-all" }
}]
```
</details>
<sup>
labels: library-update
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.netty",
"artifactId" : {
"name" : "netty-all",
"maybeCrossName" : null
},
"version" : "4.2.9.Final",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"4.2.10.Final"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update"
]
} -->1 parent 1b361f3 commit 0df3600
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
| 831 | + | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| |||
0 commit comments