Skip to content

Commit cb2138d

Browse files
authored
bump: google protobuf 3.25.8 (#2093)
1 parent 56d3e0f commit cb2138d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle-plugin/src/main/groovy/akka/grpc/gradle/AkkaGrpcPluginExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.api.Project
55

66
class AkkaGrpcPluginExtension {
77

8-
static final String PROTOC_VERSION = "3.25.5" // checked synced by VersionSyncCheckPlugin
8+
static final String PROTOC_VERSION = "3.25.8" // checked synced by VersionSyncCheckPlugin
99

1010
static final String PROTOC_PLUGIN_SCALA_VERSION = "2.12"
1111

maven-plugin/src/main/maven/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<extraGenerators implementation="java.util.List" default-value=""/>
9595
<protoPaths default-value="${project.basedir}/src/main/proto,${project.basedir}/src/main/protobuf">${akka-grpc.protoPaths}</protoPaths>
9696
<outputDirectory default-value="${project.build.directory}/generated-sources">${akka-grpc.outputDirectory}</outputDirectory>
97-
<protocVersion implementation="java.lang.String" default-value="-v3.25.5">${akka-grpc.protoc-version}</protocVersion> <!-- checked synced by VersionSyncCheckPlugin -->
97+
<protocVersion implementation="java.lang.String" default-value="-v3.25.8">${akka-grpc.protoc-version}</protocVersion> <!-- checked synced by VersionSyncCheckPlugin -->
9898
<includeStdTypes implementation="boolean" default-value="false" />
9999
</configuration>
100100
</mojo>
@@ -185,7 +185,7 @@
185185
<extraGenerators implementation="java.util.List" default-value=""/>
186186
<protoPaths default-value="src/test/proto,src/test/protobuf">${akka-grpc.protoPaths}</protoPaths>
187187
<outputDirectory default-value="target/generated-test-sources">${akka-grpc.outputDirectory}</outputDirectory>
188-
<protocVersion implementation="java.lang.String" default-value="-v3.25.5">${akka-grpc.protoc-version}</protocVersion> <!-- checked synced by VersionSyncCheckPlugin -->
188+
<protocVersion implementation="java.lang.String" default-value="-v3.25.8">${akka-grpc.protoc-version}</protocVersion> <!-- checked synced by VersionSyncCheckPlugin -->
189189
<includeStdTypes implementation="boolean" default-value="false" />
190190
</configuration>
191191
</mojo>

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ object Dependencies {
3131
// Even referenced explicitly in the sbt-plugin's sbt-tests
3232
// If changing this, remember to update protoc plugin version to align in
3333
// maven-plugin/src/main/maven/plugin.xml and akka.grpc.sbt.AkkaGrpcPlugin
34-
val googleProtobuf = "3.25.5" // checked synced by VersionSyncCheckPlugin
34+
val googleProtobuf = "3.25.8" // checked synced by VersionSyncCheckPlugin
3535
val googleApi = "2.58.0"
3636

3737
val scalaTest = "3.2.12"

0 commit comments

Comments
 (0)