Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.25.2 #881

Commits on May 26, 2022

  1. Copy the full SHA
    1936283 View commit details
    Browse the repository at this point in the history
  2. test: fix assert for testConnectWithCredentialsAndOAuthToken

    testConnectWithCredentialsAndOAuthToken test was failing with following error -
    JdbcDriverTest.testConnectWithCredentialsAndOAuthToken:135 expected to contain: Cannot specify both credentials and an OAuth token
    but was : INVALID_ARGUMENT: Specify only one of credentialsUrl, encodedCredentials, credentialsProvider and OAuth token.
    
    Changing assertThat to account for this change. The exception message was changed as part of googleapis/java-spanner#1869.
    rajatbhatta committed May 26, 2022
    Copy the full SHA
    4c562c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    295899a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Copy the full SHA
    9110843 View commit details
    Browse the repository at this point in the history