Skip to content

Commit 8ff2c94

Browse files
authored
Update spanner client version. (#36995)
* Update spanner client version. * Edit comments with a new issue id.
1 parent e5a9338 commit 8ff2c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ class BeamModulePlugin implements Plugin<Project> {
612612
def google_ads_version = "33.0.0"
613613
def google_clients_version = "2.0.0"
614614
def google_cloud_bigdataoss_version = "2.2.26"
615-
// [bomupgrader] TODO(#35868): currently pinned, should be determined by: com.google.cloud:google-cloud-spanner, consistent with: google_cloud_platform_libraries_bom
616-
def google_cloud_spanner_version = "6.95.1"
615+
// [bomupgrader] TODO(#37008): currently pinned before gcp-bom moving beyond this version, should be determined by: com.google.cloud:google-cloud-spanner, consistent with: google_cloud_platform_libraries_bom
616+
def google_cloud_spanner_version = "6.104.0"
617617
def google_code_gson_version = "2.10.1"
618618
def google_oauth_clients_version = "1.34.1"
619619
// [bomupgrader] determined by: io.grpc:grpc-netty, consistent with: google_cloud_platform_libraries_bom

0 commit comments

Comments
 (0)