Skip to content

Commit

Permalink
deps: temporarily update because of build and test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Mar 12, 2020
1 parent 25b44a1 commit 4e2edfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -60,7 +60,7 @@
<site.installationModule>google-cloud-spanner-jdbc</site.installationModule>
<grpc.version>1.27.2</grpc.version>
<api-client.version>1.30.9</api-client.version>
<google.core.version>1.92.5</google.core.version>
<google.core.version>1.93.3-SNAPSHOT</google.core.version>
<gax.version>1.54.0</gax.version>
<http-client-bom.version>1.34.2</http-client-bom.version>
<guava.version>28.2-android</guava.version>
Expand All @@ -69,7 +69,7 @@
<protobuf.version>3.11.4</protobuf.version>
<threeten.version>1.4.1</threeten.version>
<google.api-common.version>1.8.1</google.api-common.version>
<spanner.version>1.49.2</spanner.version>
<spanner.version>1.50.1-SNAPSHOT</spanner.version>
<hamcrest.version>2.2</hamcrest.version>
<error-prone.version>2.3.4</error-prone.version>
<google.auth.version>0.20.0</google.auth.version>
Expand Down
Expand Up @@ -86,7 +86,7 @@ public String getOptimizerVersion() {
assertThat(rs.next()).isFalse();

ExecuteSqlRequest request = getLastExecuteSqlRequest();
// Optimizer version should come from the connection.
// Optimizer version should come from the query.
assertThat(request.getQueryOptions().getOptimizerVersion())
.isEqualTo("user-defined-version");
}
Expand Down
Expand Up @@ -154,11 +154,6 @@ public void testUseOptimizerVersionFromEnvironment() throws SQLException {
public String getOptimizerVersion() {
return "20";
}

@Override
public String getOptimizerStatisticsPackage() {
return "auto_20200127_20_24_19UTC";
}
});
try (java.sql.Connection connection =
DriverManager.getConnection(String.format("jdbc:%s", getBaseUrl()))) {
Expand Down

0 comments on commit 4e2edfb

Please sign in to comment.