Commit 72faff3
authored
Update grpc-netty-shaded, grpc-protobuf, ... to 1.78.0 (#4118)
## 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.77.0` to `1.78.0`
📜 [GitHub Release
Notes](https://github.com/grpc/grpc-java/releases/tag/v1.78.0) -
[Version
Diff](grpc/grpc-java@v1.77.0...v1.78.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/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.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.77.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"1.78.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-protobuf",
"maybeCrossName" : null
},
"version" : "1.77.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
}
],
"newerVersions" : [
"1.78.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
},
{
"ForArtifactId" : {
"crossDependency" : [
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-stub",
"maybeCrossName" : null
},
"version" : "1.77.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : null
},
{
"groupId" : "io.grpc",
"artifactId" : {
"name" : "grpc-stub",
"maybeCrossName" : null
},
"version" : "1.77.0",
"sbtVersion" : null,
"scalaVersion" : null,
"configurations" : "test"
}
],
"newerVersions" : [
"1.78.0"
],
"newerGroupId" : null,
"newerArtifactId" : null
}
}
]
}
},
"Labels" : [
"library-update"
]
} -->1 parent 73a5f10 commit 72faff3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments