reuvenlax commented on code in PR #25790:
URL: https://github.com/apache/beam/pull/25790#discussion_r1132813467
##########
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:
As far as I can tell from here
https://mvnrepository.com/artifact/com.google.cloud/libraries-bom/26.10.0 the
26.10.0 BOM is using protobuf 3.22.1 is that not right?
--
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]