This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/pinSpannerVersions in repository https://gitbox.apache.org/repos/asf/beam.git
commit 91df655acae3a66f2cf0a83372e48ff4a8c0e6c4 Author: Danny McCormick <[email protected]> AuthorDate: Thu Jan 15 13:02:39 2026 -0500 Pin spanner version, not just spanner bom --- .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 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 fdbca15e000..131419b8753 100644 --- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy +++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy @@ -763,9 +763,9 @@ class BeamModulePlugin implements Plugin<Project> { // libraries-bom version on sdks/java/container/license_scripts/dep_urls_java.yaml google_cloud_platform_libraries_bom : "com.google.cloud:libraries-bom:26.73.0", google_cloud_secret_manager : "com.google.cloud:google-cloud-secretmanager", // google_cloud_platform_libraries_bom sets version - // TODO(#35868) remove pinned google_cloud_spanner_bom after tests or upstream fixed + // TODO(#35868) remove pinned google_cloud_spanner_bom and google_cloud_spanner after tests or upstream fixed google_cloud_spanner_bom : "com.google.cloud:google-cloud-spanner-bom:$google_cloud_spanner_version", - google_cloud_spanner : "com.google.cloud:google-cloud-spanner", // google_cloud_platform_libraries_bom sets version + google_cloud_spanner : "com.google.cloud:google-cloud-spanner:$google_cloud_spanner_version", // google_cloud_platform_libraries_bom sets version google_cloud_spanner_test : "com.google.cloud:google-cloud-spanner:$google_cloud_spanner_version:tests", google_cloud_tink : "com.google.crypto.tink:tink:1.19.0", google_cloud_vertexai : "com.google.cloud:google-cloud-vertexai", // google_cloud_platform_libraries_bom sets version
