This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/grpc-core-1.76.1
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git

commit 5aab2927994a01654bb2c22bfdf2c8892f9917cd
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 23 00:06:00 2025 +0000

    Update grpc-core, grpc-interop-testing, ... to 1.76.1
---
 benchmark-java/build.sbt                                      | 2 +-
 project/Dependencies.scala                                    | 2 +-
 sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index d3e7dde0..0157dc74 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -16,7 +16,7 @@ run / javaOptions ++= List("-Xms1g", "-Xmx1g", 
"-XX:+PrintGCDetails", "-XX:+Prin
 // generate both client and server (default) in Java
 pekkoGrpcGeneratedLanguages := Seq(PekkoGrpc.Java)
 
-val grpcVersion = "1.76.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.76.1" // checked synced by VersionSyncCheckPlugin
 
 val runtimeProject = ProjectRef(file("../"), "runtime")
 
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index dd565e4d..db152e57 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,7 +33,7 @@ object Dependencies {
     val pekkoHttp = PekkoHttpDependency.version
     val pekkoHttpBinary = pekkoHttp.take(3)
 
-    val grpc = "1.76.0" // checked synced by VersionSyncCheckPlugin
+    val grpc = "1.76.1" // checked synced by VersionSyncCheckPlugin
     // Even referenced explicitly in the sbt-plugin's sbt-tests
     // If changing this, remember to update protoc plugin version to align in
     // maven-plugin/src/main/maven/plugin.xml and 
org.apache.pekko.grpc.sbt.PekkoGrpcPlugin
diff --git a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt 
b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
index 72de10f4..9e0c602c 100644
--- a/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
+++ b/sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt
@@ -11,7 +11,7 @@ organization := "org.apache.pekko"
 
 scalaVersion := "2.13.17"
 
-val grpcVersion = "1.76.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.76.1" // checked synced by VersionSyncCheckPlugin
 
 libraryDependencies ++= Seq(
   "io.grpc" % "grpc-interop-testing" % grpcVersion % "protobuf-src",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to