Commit bf08b59
Update netty-all to 4.2.7.Final (#4872)
## About this PR
📦 Updates io.netty:netty-all from `4.2.0.Final` to `4.2.7.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/2a028a134addd16dff0b99a189a295a348991c53/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, commit-count:1
</sup>
<!-- scala-steward = {
"Update" : {
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.netty",
"artifactId" : {
"name" : "netty-all",
"maybeCrossName" : null
},
"version" : "4.2.0.Final",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"4.2.7.Final"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
"Labels" : [
"library-update",
"commit-count:1"
]
} -->
---------
Co-authored-by: scala-steward <scala-steward>
Co-authored-by: Adam Warski <adam@warski.org>1 parent ae6cfeb commit bf08b59
2 files changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
1561 | | - | |
1562 | | - | |
1563 | | - | |
| 1561 | + | |
1564 | 1562 | | |
1565 | 1563 | | |
1566 | 1564 | | |
| |||
1570 | 1568 | | |
1571 | 1569 | | |
1572 | 1570 | | |
1573 | | - | |
1574 | | - | |
1575 | 1571 | | |
1576 | 1572 | | |
1577 | 1573 | | |
| |||
1602 | 1598 | | |
1603 | 1599 | | |
1604 | 1600 | | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
| 1601 | + | |
1608 | 1602 | | |
1609 | 1603 | | |
1610 | 1604 | | |
| |||
2297 | 2291 | | |
2298 | 2292 | | |
2299 | 2293 | | |
2300 | | - | |
2301 | | - | |
2302 | | - | |
| 2294 | + | |
2303 | 2295 | | |
2304 | 2296 | | |
2305 | 2297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments