Skip to content

Commit

Permalink
deps: reverting protobuf java to 3.19 in pom.xml (#351)
Browse files Browse the repository at this point in the history
It turned out that I have to modify the pom.xml for the protobuf version as well, in addition to #348 .
  • Loading branch information
suztomo committed Apr 12, 2022
1 parent 6d2cb00 commit 8a6e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-iam-parent</site.installationModule>
<protobuf.version>3.20.0</protobuf.version>
<protobuf.version>3.19.4</protobuf.version>
<junit.version>4.13.2</junit.version>
<grpc.version>1.45.1</grpc.version>
<guava.version>31.0.1-android</guava.version>
Expand Down

0 comments on commit 8a6e4b6

Please sign in to comment.