Skip to content

Commit

Permalink
samples: Auto-update dependencies. (googleapis#636)
Browse files Browse the repository at this point in the history
* Auto-update dependencies.

* Roll back speech & Vision due to weird GAX issues.
Fix for GA Datastore, Storage, and more.

* Fix pom.xml

Downgrade to prior version.
  • Loading branch information
dpebot authored and thiagotnunes committed Oct 6, 2020
1 parent 08960f0 commit bcc25c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void main(String... args) throws Exception {
}
} finally {
// Closes the client which will free up the resources used
spanner.closeAsync().get();
spanner.closeAsync();
}
}
}
Expand Down

0 comments on commit bcc25c4

Please sign in to comment.