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

Commit 22f4d18

Browse files
authored
deps: google-cloud-core 2.6.0 (#668)
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).
1 parent 61b7834 commit 22f4d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

first-party-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<protobuf.version>3.19.4</protobuf.version>
6363
<google.api-common.version>2.1.5</google.api-common.version>
6464
<google.common-protos.version>2.8.3</google.common-protos.version>
65-
<google.core.version>2.5.11</google.core.version>
65+
<google.core.version>2.6.0</google.core.version>
6666
<google.auth.version>1.6.0</google.auth.version>
6767
<google.http-client.version>1.41.7</google.http-client.version>
6868
<google.oauth-client.version>1.33.3</google.oauth-client.version>

0 commit comments

Comments
 (0)