Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
deps: google-cloud-core 2.6.0 (#668)
Browse files Browse the repository at this point in the history
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/java-shared-dependencies/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
suztomo committed Apr 15, 2022
1 parent 61b7834 commit 22f4d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-party-dependencies/pom.xml
Expand Up @@ -62,7 +62,7 @@
<protobuf.version>3.19.4</protobuf.version>
<google.api-common.version>2.1.5</google.api-common.version>
<google.common-protos.version>2.8.3</google.common-protos.version>
<google.core.version>2.5.11</google.core.version>
<google.core.version>2.6.0</google.core.version>
<google.auth.version>1.6.0</google.auth.version>
<google.http-client.version>1.41.7</google.http-client.version>
<google.oauth-client.version>1.33.3</google.oauth-client.version>
Expand Down

0 comments on commit 22f4d18

Please sign in to comment.