File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PROPERTIES = {
2- "version.com_google_protobuf" : "3.19.1 " ,
2+ "version.com_google_protobuf" : "3.21.7 " ,
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.19.1 " ,
13+ "maven.com_google_protobuf_protobuf_java" : "com.google.protobuf:protobuf-java:3.21.7 " ,
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
Original file line number Diff line number Diff line change 155155 <artifactId >protobuf-maven-plugin</artifactId >
156156 <version >0.6.1</version >
157157 <configuration >
158- <protocArtifact >com.google.protobuf:protoc:3.19.4 :exe:${os.detected.classifier} </protocArtifact >
158+ <protocArtifact >com.google.protobuf:protoc:3.21.7 :exe:${os.detected.classifier} </protocArtifact >
159159 </configuration >
160160 <executions >
161161 <execution >
You can’t perform that action at this time.
0 commit comments