suztomo commented on code in PR #25790:
URL: https://github.com/apache/beam/pull/25790#discussion_r1132884337
##########
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:
I don't use mvnrepository.com. The official site is
https://central.sonatype.com.
https://central.sonatype.com/artifact/com.google.cloud/libraries-bom/26.10.0
uses
https://central.sonatype.com/artifact/com.google.cloud/first-party-dependencies/3.4.0,
which uses
https://central.sonatype.com/artifact/com.google.api/gapic-generator-java-bom/2.15.2,
which uses
https://central.sonatype.com/artifact/com.google.api/gapic-generator-java-pom-parent/2.15.2,
which sets `<protobuf.version>3.21.12</protobuf.version>`.
To avoid the manual work, the release note
https://github.com/googleapis/java-cloud-bom/releases/tag/v26.10.0 shows
> Protobuf Java: 3.21.12
--
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]