Skip to content

Commit

Permalink
Merge pull request #664 from authorjapps/issue-652_protoc
Browse files Browse the repository at this point in the history
PR - issue-652 Protoc fix from Google
  • Loading branch information
authorjapps committed May 1, 2024
2 parents 405fed7 + 30fef46 commit b6a4efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kafka-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
<groupId>com.github.os72</groupId>
<artifactId>protoc-jar-maven-plugin</artifactId>
<version>3.11.4</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.21.0-rc-2</protocArtifact>
</configuration>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down

0 comments on commit b6a4efc

Please sign in to comment.