We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b5304 commit e097ff8Copy full SHA for e097ff8
lib/pom.xml
@@ -65,7 +65,7 @@
65
<artifactId>protobuf-maven-plugin</artifactId>
66
<version>0.6.1</version>
67
<configuration>
68
- <protocArtifact>com.google.protobuf:protoc:3.11.4:exe:${os.detected.classifier}</protocArtifact>
+ <protocArtifact>com.google.protobuf:protoc:3.23.0:exe:${os.detected.classifier}</protocArtifact>
69
<outputDirectory>${basedir}/src/main/java</outputDirectory>
70
<clearOutputDirectory>false</clearOutputDirectory>
71
</configuration>
0 commit comments