suztomo commented on code in PR #25790:
URL: https://github.com/apache/beam/pull/25790#discussion_r1132369558
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -492,7 +492,7 @@ class BeamModulePlugin implements Plugin<Project> {
def postgres_version = "42.2.16"
def powermock_version = "2.0.9"
// Try to keep protobuf_version consistent with the protobuf version in
google_cloud_platform_libraries_bom
- def protobuf_version = "3.21.12"
+ def protobuf_version = "3.22.1"
Review Comment:
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.10.0
> Protobuf Java: 3.21.12
Don’t update this line. The latest Protobuf Java is known to have invalid
pom.xml file.
This issue https://github.com/protocolbuffers/protobuf/issues/12170
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]