Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 3e8a624

Browse files
authored
deps: reverting protobuf java to 3.19 in pom.xml (#351)
It turned out that I have to modify the pom.xml for the protobuf version as well, in addition to #348 .
1 parent 3050345 commit 3e8a624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6464
<github.global.server>github</github.global.server>
6565
<site.installationModule>google-iam-parent</site.installationModule>
66-
<protobuf.version>3.20.0</protobuf.version>
66+
<protobuf.version>3.19.4</protobuf.version>
6767
<junit.version>4.13.2</junit.version>
6868
<grpc.version>1.45.1</grpc.version>
6969
<guava.version>31.0.1-android</guava.version>

0 commit comments

Comments
 (0)