File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
PROPERTIES = {
2
- "version.com_google_protobuf" : "3.21.7 " ,
2
+ "version.com_google_protobuf" : "3.19.1 " ,
3
3
# 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.
4
4
"version.google_java_format" : "1.7" ,
5
5
"version.io_grpc_java" : "1.42.1" ,
@@ -10,7 +10,7 @@ PROPERTIES = {
10
10
"maven.com_google_auto_value_auto_value" : "com.google.auto.value:auto-value:1.7.2" ,
11
11
"maven.com_google_auto_value_auto_value_annotations" : "com.google.auto.value:auto-value-annotations:1.7.2" ,
12
12
"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 " ,
14
14
"maven.io_github_java_diff_utils" : "io.github.java-diff-utils:java-diff-utils:4.11" ,
15
15
"maven.javax_annotation_javax_annotation_api" : "javax.annotation:javax.annotation-api:1.3.2" ,
16
16
Original file line number Diff line number Diff line change 155
155
<artifactId >protobuf-maven-plugin</artifactId >
156
156
<version >0.6.1</version >
157
157
<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 >
159
159
</configuration >
160
160
<executions >
161
161
<execution >
You can’t perform that action at this time.
0 commit comments