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

pjfanning 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 15c1dd80 Update grpc-core, grpc-interop-testing, ... to 1.81.0 (#688)
15c1dd80 is described below

commit 15c1dd80e34b074fd9c49df1ffebf688aacbb940
Author: Scala Steward <[email protected]>
AuthorDate: Fri May 1 21:09:52 2026 +0200

    Update grpc-core, grpc-interop-testing, ... to 1.81.0 (#688)
    
    * Update grpc-core, grpc-interop-testing, ... to 1.81.0
    
    * grpc/protubuf upgrades
    
    ---------
    
    Co-authored-by: PJ Fanning <[email protected]>
---
 benchmark-java/build.sbt                                              | 2 +-
 .../org/apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy      | 4 ++--
 maven-plugin/src/main/maven/plugin.xml                                | 4 ++--
 plugin-tester-java/pom.xml                                            | 2 +-
 plugin-tester-scala/pom.xml                                           | 2 +-
 project/Dependencies.scala                                            | 4 ++--
 sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt         | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index 414c14ff..e793d68f 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.80.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.81.0" // checked synced by VersionSyncCheckPlugin
 
 val runtimeProject = ProjectRef(file("../"), "runtime")
 
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 3334c52f..3732421d 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
@@ -14,11 +14,11 @@ import org.gradle.api.Project
 
 class PekkoGrpcPluginExtension {
 
-    static final String PROTOC_VERSION = "3.25.8" // checked synced by 
VersionSyncCheckPlugin
+    static final String PROTOC_VERSION = "3.25.9" // checked synced by 
VersionSyncCheckPlugin
 
     static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12"
 
-    static final String GRPC_VERSION = "1.80.0" // checked synced by 
VersionSyncCheckPlugin
+    static final String GRPC_VERSION = "1.81.0" // checked synced by 
VersionSyncCheckPlugin
 
     static final String PLUGIN_CODE = 'org.apache.pekko.grpc.gradle'
 
diff --git a/maven-plugin/src/main/maven/plugin.xml 
b/maven-plugin/src/main/maven/plugin.xml
index 2e668808..c201acf6 100644
--- a/maven-plugin/src/main/maven/plugin.xml
+++ b/maven-plugin/src/main/maven/plugin.xml
@@ -99,7 +99,7 @@
         <extraGenerators implementation="java.util.List" default-value=""/>
         <protoPaths 
default-value="${project.basedir}/src/main/proto,${project.basedir}/src/main/protobuf">${pekko-grpc.protoPaths}</protoPaths>
         <outputDirectory 
default-value="${project.build.directory}/generated-sources">${pekko-grpc.outputDirectory}</outputDirectory>
-       <protocVersion implementation="java.lang.String" 
default-value="-v3.25.8">${pekko-grpc.protoc-version}</protocVersion> <!-- 
checked synced by VersionSyncCheckPlugin -->
+       <protocVersion implementation="java.lang.String" 
default-value="-v3.25.9">${pekko-grpc.protoc-version}</protocVersion> <!-- 
checked synced by VersionSyncCheckPlugin -->
         <includeStdTypes implementation="boolean" default-value="false" />
       </configuration>
     </mojo>
@@ -191,7 +191,7 @@
         <extraGenerators implementation="java.util.List" default-value=""/>
         <protoPaths 
default-value="src/test/proto,src/test/protobuf">${pekko-grpc.protoPaths}</protoPaths>
         <outputDirectory 
default-value="target/generated-test-sources">${pekko-grpc.outputDirectory}</outputDirectory>
-        <protocVersion implementation="java.lang.String" 
default-value="-v3.25.8">${pekko-grpc.protoc-version}</protocVersion> <!-- 
checked synced by VersionSyncCheckPlugin -->
+        <protocVersion implementation="java.lang.String" 
default-value="-v3.25.9">${pekko-grpc.protoc-version}</protocVersion> <!-- 
checked synced by VersionSyncCheckPlugin -->
         <includeStdTypes implementation="boolean" default-value="false" />
       </configuration>
     </mojo>
diff --git a/plugin-tester-java/pom.xml b/plugin-tester-java/pom.xml
index f2e54486..ce992ccc 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.3.0</pekko.http.version>
-    <grpc.version>1.80.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.81.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 a5be783a..93f9a986 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>2.0.0-M1</pekko.version>
     <pekko.http.version>1.3.0</pekko.http.version>
-    <grpc.version>1.80.0</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.81.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 e71723e0..13916b88 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -33,11 +33,11 @@ object Dependencies {
     val pekkoHttp = PekkoHttpDependency.version
     val pekkoHttpBinary = pekkoHttp.take(3)
 
-    val grpc = "1.80.0" // checked synced by VersionSyncCheckPlugin
+    val grpc = "1.81.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
-    val googleProtoc = "3.25.8" // checked synced by VersionSyncCheckPlugin
+    val googleProtoc = "3.25.9" // checked synced by VersionSyncCheckPlugin
     val googleProtobufJava = "3.25.9"
 
     val scalaTest = "3.2.20"
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 fd01f063..15a90a81 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.18"
 
-val grpcVersion = "1.80.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.81.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