From 1bdceb22aa62c6bd60859f87d31e337e28dbd9e4 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 14 Sep 2024 19:55:39 +0100 Subject: [PATCH] protobuf 3.25.4 --- .../apache/pekko/grpc/gradle/PekkoGrpcPluginExtension.groovy | 2 +- maven-plugin/src/main/maven/plugin.xml | 4 ++-- project/Dependencies.scala | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 da3c111c..629706c8 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,7 +14,7 @@ import org.gradle.api.Project class PekkoGrpcPluginExtension { - static final String PROTOC_VERSION = "3.25.3" // checked synced by VersionSyncCheckPlugin + static final String PROTOC_VERSION = "3.25.4" // checked synced by VersionSyncCheckPlugin static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12" diff --git a/maven-plugin/src/main/maven/plugin.xml b/maven-plugin/src/main/maven/plugin.xml index 7ab8a591..df417942 100644 --- a/maven-plugin/src/main/maven/plugin.xml +++ b/maven-plugin/src/main/maven/plugin.xml @@ -95,7 +95,7 @@ ${pekko-grpc.protoPaths} ${pekko-grpc.outputDirectory} - ${pekko-grpc.protoc-version} + ${pekko-grpc.protoc-version} @@ -187,7 +187,7 @@ ${pekko-grpc.protoPaths} ${pekko-grpc.outputDirectory} - ${pekko-grpc.protoc-version} + ${pekko-grpc.protoc-version} diff --git a/project/Dependencies.scala b/project/Dependencies.scala index cc413a90..c3672cbd 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -36,7 +36,7 @@ object Dependencies { // 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.3" // checked synced by VersionSyncCheckPlugin + val googleProtoc = "3.25.4" // checked synced by VersionSyncCheckPlugin val googleProtobufJava = "3.25.4" val scalaTest = "3.2.18"