Skip to content

Commit 4f0756f

Browse files
authored
Revert "deps: Upgrade protobuf to 3.21.7 (#1048)"
This reverts commit c768691.
1 parent 552aa09 commit 4f0756f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PROPERTIES.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROPERTIES = {
2-
"version.com_google_protobuf": "3.21.7",
2+
"version.com_google_protobuf": "3.19.1",
33
# Version of google-java-format is downgraded from 1.8 to 1.7, because 1.8 supports java 11 minimum, while our JRE is java 8.
44
"version.google_java_format": "1.7",
55
"version.io_grpc_java": "1.42.1",
@@ -10,7 +10,7 @@ PROPERTIES = {
1010
"maven.com_google_auto_value_auto_value": "com.google.auto.value:auto-value:1.7.2",
1111
"maven.com_google_auto_value_auto_value_annotations": "com.google.auto.value:auto-value-annotations:1.7.2",
1212
"maven.com_google_code_gson": "com.google.code.gson:gson:2.8.6",
13-
"maven.com_google_protobuf_protobuf_java": "com.google.protobuf:protobuf-java:3.21.7",
13+
"maven.com_google_protobuf_protobuf_java": "com.google.protobuf:protobuf-java:3.19.1",
1414
"maven.io_github_java_diff_utils": "io.github.java-diff-utils:java-diff-utils:4.11",
1515
"maven.javax_annotation_javax_annotation_api": "javax.annotation:javax.annotation-api:1.3.2",
1616

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<artifactId>protobuf-maven-plugin</artifactId>
156156
<version>0.6.1</version>
157157
<configuration>
158-
<protocArtifact>com.google.protobuf:protoc:3.21.7:exe:${os.detected.classifier}</protocArtifact>
158+
<protocArtifact>com.google.protobuf:protoc:3.19.4:exe:${os.detected.classifier}</protocArtifact>
159159
</configuration>
160160
<executions>
161161
<execution>

0 commit comments

Comments
 (0)