Skip to content

Commit

Permalink
Revert to protobuf 3 (#675)
Browse files Browse the repository at this point in the history
* Revert "build(deps): bump protobuf.version from 3.25.3 to 4.26.1 (#628)"

This reverts commit 5f76898.

* Upgrade protobuf from 3.25.3 to 3.25.4
  • Loading branch information
Bert-R authored Aug 3, 2024
1 parent 073e490 commit f69fa92
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- name of parameter changed in latest mvn javadoc plugin version-->
<additionalOptions>-Xdoclint:none</additionalOptions>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protobuf.version>4.27.3</protobuf.version>
<protobuf.version>3.25.4</protobuf.version>
<testcontainers.version>1.20.1</testcontainers.version>
<kafka-libs.version>7.7.0</kafka-libs.version>
</properties>
Expand Down
47 changes: 24 additions & 23 deletions src/test/java/kafdrop/protos/Person.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/test/java/kafdrop/protos/PersonProto.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f69fa92

Please sign in to comment.