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 ea7a0cb7 grpc 1.64.0 (#311)
ea7a0cb7 is described below

commit ea7a0cb79c11165a701803d913ea866fa50a9191
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 23 09:55:07 2024 +0100

    grpc 1.64.0 (#311)
    
    * grpc 1.64.0
    
    * Update .scala-steward.conf
---
 .scala-steward.conf                                                     | 2 --
 benchmark-java/build.sbt                                                | 2 +-
 .../groovy/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, 6 insertions(+), 8 deletions(-)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index a257abc8..75645d17 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -15,8 +15,6 @@ updates.pin = [
 
   # Scala 3.3 is a LTS
   { groupId = "org.scala-lang", artifactId = "scala3-library", version = 
"3.3." }
-  # https://github.com/apache/pekko-grpc/pull/271
-  { groupId = "io.grpc", version = "1.62." }
   # when we update to protobuf 4.x we probably need to update a bunch of 
libraries
   # in tandem, and possibly schedule this for a major pekko-grpc release
   { groupId = "com.google.protobuf", version = "3." }
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index a2be6041..fa97c3bc 100644
--- a/benchmark-java/build.sbt
+++ b/benchmark-java/build.sbt
@@ -14,7 +14,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.62.2" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.64.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 140cc99d..dcdf3db8 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.62.2" // checked synced by 
VersionSyncCheckPlugin
+    static final String GRPC_VERSION = "1.64.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 a2f8cf17..e2991bf8 100644
--- a/plugin-tester-java/pom.xml
+++ b/plugin-tester-java/pom.xml
@@ -25,7 +25,7 @@
     <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
     <maven-exec-plugin.version>3.0.0</maven-exec-plugin.version>
     <pekko.http.version>1.0.1</pekko.http.version>
-    <grpc.version>1.62.2</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.64.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 48ec4ff4..b8a6732c 100644
--- a/plugin-tester-scala/pom.xml
+++ b/plugin-tester-scala/pom.xml
@@ -24,7 +24,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <pekko.version>1.0.2</pekko.version>
     <pekko.http.version>1.0.1</pekko.http.version>
-    <grpc.version>1.62.2</grpc.version> <!-- checked synced by 
VersionSyncCheckPlugin -->
+    <grpc.version>1.64.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 58807a02..a9765515 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -32,7 +32,7 @@ object Dependencies {
     val pekkoHttp = PekkoHttpDependency.version
     val pekkoHttpBinary = pekkoHttp.take(3)
 
-    val grpc = "1.62.2" // checked synced by VersionSyncCheckPlugin
+    val grpc = "1.64.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 faf8c2ae..9193f877 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
@@ -13,7 +13,7 @@ scalaVersion := "2.12.19"
 
 organization := "org.apache.pekko"
 
-val grpcVersion = "1.62.2" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.64.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