File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
129129 <artifactId >protobuf-maven-plugin</artifactId >
130130 <version >0.6.1</version >
131131 <configuration >
132- <protocArtifact >com.google.protobuf:protoc:3.24.0 :exe:${os.detected.classifier}</protocArtifact >
132+ <protocArtifact >com.google.protobuf:protoc:3.25.1 :exe:${os.detected.classifier}</protocArtifact >
133133 <pluginId >grpc-java</pluginId >
134134 <pluginArtifact >io.grpc:protoc-gen-grpc-java:1.61.0:exe:${os.detected.classifier}</pluginArtifact >
135135 </configuration >
@@ -157,7 +157,7 @@ plugins {
157157
158158protobuf {
159159 protoc {
160- artifact = "com.google.protobuf:protoc:3.24.0 "
160+ artifact = "com.google.protobuf:protoc:3.25.1 "
161161 }
162162 plugins {
163163 grpc {
@@ -190,7 +190,7 @@ plugins {
190190
191191protobuf {
192192 protoc {
193- artifact = "com.google.protobuf:protoc:3.24.0 "
193+ artifact = "com.google.protobuf:protoc:3.25.1 "
194194 }
195195 plugins {
196196 grpc {
You can’t perform that action at this time.
0 commit comments