This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 83a8138b825 Unpin google-cloud-bigtable version (fixes apache#37637)
(#38861)
83a8138b825 is described below
commit 83a8138b8259a1b1083650d2a2141300a43c46d0
Author: kellen <[email protected]>
AuthorDate: Tue Jun 9 14:17:00 2026 +0200
Unpin google-cloud-bigtable version (fixes apache#37637) (#38861)
---
.../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index bff5aee4f6a..0db2d1b27ab 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -639,8 +639,6 @@ class BeamModulePlugin implements Plugin<Project> {
def postgres_version = "42.6.2"
// [bomupgrader] determined by: com.google.protobuf:protobuf-java,
consistent with: google_cloud_platform_libraries_bom
def protobuf_version = "4.33.2"
- // TODO(https://github.com/apache/beam/issues/37637): Remove this once the
Bom has been updated to at least reach this version
- def bigtable_version = "2.73.1"
def qpid_jms_client_version = "0.61.0"
def quickcheck_version = "1.0"
def sbe_tool_version = "1.25.1"
@@ -754,7 +752,7 @@ class BeamModulePlugin implements Plugin<Project> {
google_auth_library_oauth2_http :
"com.google.auth:google-auth-library-oauth2-http", //
google_cloud_platform_libraries_bom sets version
google_cloud_bigquery :
"com.google.cloud:google-cloud-bigquery", //
google_cloud_platform_libraries_bom sets version
google_cloud_bigquery_storage :
"com.google.cloud:google-cloud-bigquerystorage", //
google_cloud_platform_libraries_bom sets version
- google_cloud_bigtable :
"com.google.cloud:google-cloud-bigtable:$bigtable_version", //
google_cloud_platform_libraries_bom sets version
+ google_cloud_bigtable :
"com.google.cloud:google-cloud-bigtable", //
google_cloud_platform_libraries_bom sets version
google_cloud_bigtable_client_core_config :
"com.google.cloud.bigtable:bigtable-client-core-config:1.28.0",
google_cloud_bigtable_emulator :
"com.google.cloud:google-cloud-bigtable-emulator", //
google_cloud_platform_libraries_bom sets version
google_cloud_core :
"com.google.cloud:google-cloud-core", // google_cloud_platform_libraries_bom
sets version