Skip to content

Commit 72faff3

Browse files
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

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ val JS_JAVA_TIME_VERSION = "1.0.0"
2121
val SCALAJS_DOM_VERSION = "2.8.1"
2222
val FINAGLE_VERSION = "24.2.0"
2323
val FLUENCY_VERSION = "2.7.3"
24-
val GRPC_VERSION = "1.77.0"
24+
val GRPC_VERSION = "1.78.0"
2525
val JMH_VERSION = "1.37"
2626
val JAVAX_ANNOTATION_API_VERSION = "1.3.2"
2727
val PARQUET_VERSION = "1.16.0"

0 commit comments

Comments
 (0)