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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a4c5644 Update grpc-core, grpc-interop-testing, ... to 1.76.0 (#526)
1a4c5644 is described below

commit 1a4c5644646e52b68b7b536a395d4d20f2de62fd
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 17 20:35:20 2025 +0100

    Update grpc-core, grpc-interop-testing, ... to 1.76.0 (#526)
    
    * Update grpc-core, grpc-interop-testing, ... to 1.76.0
    
    * update version everywhere
    
    * Update build.sbt
    
    ---------
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
    Co-authored-by: PJ Fanning <[email protected]>
---
 benchmark-java/build.sbt                                              | 2 +-
 build.sbt                                                             | 4 ++--
 .../org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy      | 2 +-
 plugin-tester-java/pom.xml                                            | 2 +-
 plugin-tester-scala/pom.xml                                           | 2 +-
 project/Dependencies.scala                                            | 2 +-
 sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt         | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index 3159f610..29392e0b 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.75.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.76.0" // checked synced by VersionSyncCheckPlugin
 
 val runtimeProject = ProjectRef(file("../"), "runtime")
 
diff --git a/build.sbt b/build.sbt
index 671cd333..7957450c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -72,6 +72,7 @@ lazy val codegen = Project(id = "codegen", base = 
file("codegen"))
     (assembly / assemblyOption) := (assembly / 
assemblyOption).value.withPrependShellScript(
       Some(sbtassembly.AssemblyPlugin.defaultUniversalScript(shebang = true))),
     (assembly / assemblyMergeStrategy) := {
+      case PathList("META-INF", "LICENSE")                          => 
MergeStrategy.discard
       case PathList("META-INF", "MANIFEST.MF")                      => 
MergeStrategy.discard
       case PathList("META-INF", "versions", _, "module-info.class") => 
MergeStrategy.discard
       case "LICENSE" | "LICENSE.txt" | "NOTICE"                     => 
MergeStrategy.discard
@@ -83,8 +84,7 @@ lazy val codegen = Project(id = "codegen", base = 
file("codegen"))
       if (scalaBinaryVersion.value == "2.12") {
         Seq.empty
       } else {
-        Seq(
-          project.base / "src" / "main" / "scala-2.13+")
+        Seq(project.base / "src" / "main" / "scala-2.13+")
       }
     })
   .settings(addArtifact(Compile / assembly / artifact, assembly))
diff --git 
a/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy
 
b/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy
index d6d25625..9b0333d5 100644
--- 
a/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy
+++ 
b/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy
@@ -18,7 +18,7 @@ class PekkoGrpcPluginExtension {
 
     static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12"
 
-    static final String GRPC_VERSION = "1.75.0" // checked synced by 
VersionSyncCheckPlugin
+    static final String GRPC_VERSION = "1.76.0" // checked synced by 
VersionSyncCheckPlugin
 
     static final String PLUGIN_CODE = 'org.apache.pekko.grpc.gradle'
 
diff --git a/plugin-tester-java/pom.xml b/plugin-tester-java/pom.xml
index 0dd491d4..45994b04 100644
--- a/plugin-tester-java/pom.xml
+++ b/plugin-tester-java/pom.xml
@@ -25,7 +25,7 @@
     <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
     <maven-exec-plugin.version>3.5.1</maven-exec-plugin.version>
     <pekko.http.version>1.2.0</pekko.http.version>
-    <grpc.version>1.75.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.76.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
     <project.encoding>UTF-8</project.encoding>
   </properties>
 
diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml
index 0bd6e41c..35c5290c 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -24,7 +24,7 @@
     <maven.compiler.target>17</maven.compiler.target>
     <pekko.version>1.1.5</pekko.version>
     <pekko.http.version>1.2.0</pekko.http.version>
-    <grpc.version>1.75.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.76.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
     <project.encoding>UTF-8</project.encoding>
   </properties>
 
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 8fbf0a2a..b838678d 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.75.0" // checked synced by VersionSyncCheckPlugin
+    val grpc = "1.76.0" // 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 da239514..2ffdd3d4 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.16"
 
-val grpcVersion = "1.75.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.76.0" // 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