From ce96d286864c2d06feb92dbb8374ca01b92c1ce1 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 00:05:08 +0000 Subject: [PATCH 1/2] Update grpc-core, grpc-interop-testing, ... to 1.68.1 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 78c3d161..9f419e79 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.68.0" // checked synced by VersionSyncCheckPlugin + val grpc = "1.68.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 From d492cd9c89d17520dd36e88433818d4bb77ed671 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 3 Nov 2024 09:07:40 +0100 Subject: [PATCH 2/2] more changes --- benchmark-java/build.sbt | 2 +- .../apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy | 2 +- plugin-tester-java/pom.xml | 2 +- plugin-tester-scala/pom.xml | 2 +- sbt-plugin/src/sbt-test/gen-scala-server/00-interop/build.sbt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmark-java/build.sbt b/benchmark-java/build.sbt index b7ffde60..5883f6eb 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.68.0" // checked synced by VersionSyncCheckPlugin +val grpcVersion = "1.68.1" // 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 acafbadc..c3f14cec 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.68.0" // checked synced by VersionSyncCheckPlugin + static final String GRPC_VERSION = "1.68.1" // 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 1bb1741a..41728a6e 100644 --- a/plugin-tester-java/pom.xml +++ b/plugin-tester-java/pom.xml @@ -25,7 +25,7 @@ 3.1.2 3.0.0 1.1.0 - 1.68.0 + 1.68.1 UTF-8 diff --git a/plugin-tester-scala/pom.xml b/plugin-tester-scala/pom.xml index 6bcef3c9..1c521322 100644 --- a/plugin-tester-scala/pom.xml +++ b/plugin-tester-scala/pom.xml @@ -24,7 +24,7 @@ 1.8 1.1.2 1.1.0 - 1.68.0 + 1.68.1 UTF-8 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 1c697a46..2a083ef3 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.68.0" // checked synced by VersionSyncCheckPlugin +val grpcVersion = "1.68.1" // checked synced by VersionSyncCheckPlugin libraryDependencies ++= Seq( "io.grpc" % "grpc-interop-testing" % grpcVersion % "protobuf-src",