File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
gradle-plugin/src/main/groovy/akka/grpc/gradle
maven-plugin/src/main/maven Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.gradle.api.Project
55
66class 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments