Commit 10a4a26
authored
Update grpc-netty-shaded, grpc-protobuf, ... to 1.71.0 (#3856)
## About this PR
📦 Updates
* [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java)
* [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java)
* [io.grpc:grpc-stub](https://github.com/grpc/grpc-java)
from `1.70.0` to `1.71.0`
📜 [GitHub Release
Notes](https://github.com/grpc/grpc-java/releases/tag/v1.71.0) -
[Version
Diff](grpc/grpc-java@v1.70.0...v1.71.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/8929fadb6f535472bd63397b1cb55a835fa1b5cb/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.grpc" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
pullRequests = { frequency = "30 days" },
dependency = { groupId = "io.grpc" }
}]
```
</details>
<sup>
labels: library-update
</sup>
<!-- scala-steward = {
"Update" : {
"ForGroupId" : {
"forArtifactIds" : [
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-netty-shaded",
"maybeCrossName" : null
},
"version" : "1.70.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"1.71.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-protobuf",
"maybeCrossName" : null
},
"version" : "1.70.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"1.71.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-stub",
"maybeCrossName" : null
},
"version" : "1.70.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-stub",
"maybeCrossName" : null
},
"version" : "1.70.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"1.71.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update"
]
} -->1 parent 1b91005 commit 10a4a26
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
977 | | - | |
| 977 | + | |
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
| |||
0 commit comments