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 f0d4e292 Update grpc-core, grpc-interop-testing, ... to 1.74.0 (#482)
f0d4e292 is described below
commit f0d4e292baab0ada7c34d03f1bcfbdaaf3c46a93
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 3 02:01:28 2025 +0100
Update grpc-core, grpc-interop-testing, ... to 1.74.0 (#482)
* Update grpc-core, grpc-interop-testing, ... to 1.74.0
* other versions that need updating
* 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 | 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, 7 insertions(+), 7 deletions(-)
diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt
index bd138ef6..cedab939 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.73.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.74.0" // checked synced by VersionSyncCheckPlugin
val runtimeProject = ProjectRef(file("../"), "runtime")
diff --git a/build.sbt b/build.sbt
index 73337dc5..4e338690 100644
--- a/build.sbt
+++ b/build.sbt
@@ -180,7 +180,7 @@ lazy val sbtPlugin = Project(id = "sbt-plugin", base =
file("sbt-plugin"))
val p3 = (runtime / publishLocal).value
val p4 = (interopTests / publishLocal).value
},
- scriptedSbt := "1.10.11",
+ scriptedSbt := "1.11.3",
scriptedBufferLog := false)
.settings(
crossScalaVersions := Dependencies.Versions.CrossScalaForPlugin,
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 7708205c..2cedc3f2 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.73.0" // checked synced by
VersionSyncCheckPlugin
+ static final String GRPC_VERSION = "1.74.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 3b06d5c9..98858fdc 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.73.0</grpc.version> <!-- checked synced by
VersionSyncCheckPlugin -->
+ <grpc.version>1.74.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 93c9400b..1105f42c 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.1.5</pekko.version>
<pekko.http.version>1.2.0</pekko.http.version>
- <grpc.version>1.73.0</grpc.version> <!-- checked synced by
VersionSyncCheckPlugin -->
+ <grpc.version>1.74.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 c2bd020b..a0025c89 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.73.0" // checked synced by VersionSyncCheckPlugin
+ val grpc = "1.74.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 8afcea53..ee7a9038 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.20"
organization := "org.apache.pekko"
-val grpcVersion = "1.73.0" // checked synced by VersionSyncCheckPlugin
+val grpcVersion = "1.74.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]