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

Credentials fail with "Cloud Datastore API not enabled" #843

Closed
volgin opened this issue Apr 3, 2016 · 6 comments
Closed

Credentials fail with "Cloud Datastore API not enabled" #843

volgin opened this issue Apr 3, 2016 · 6 comments
Assignees
Labels
api: datastore Issues related to the Datastore API.

Comments

@volgin
Copy link

volgin commented Apr 3, 2016

I use the same credentials to access Cloud Storage API and Cloud Datastore API. Both APIs are enabled for my project. The Cloud Storage works as expected. Datastore fails with:

com.google.datastore.v1beta3.client.DatastoreException: The Cloud Datastore API is not enabled for the project rebelplayercom, code=FAILED_PRECONDITION
    at com.google.datastore.v1beta3.client.RemoteRpc.makeException(RemoteRpc.java:126)
    at com.google.datastore.v1beta3.client.RemoteRpc.makeException(RemoteRpc.java:169)
    at com.google.datastore.v1beta3.client.RemoteRpc.call(RemoteRpc.java:89)
    at com.google.datastore.v1beta3.client.Datastore.lookup(Datastore.java:92)
    at com.google.gcloud.datastore.spi.DefaultDatastoreRpc.lookup(DefaultDatastoreRpc.java:137)

At least one more user reported the same problem yesterday on StackOverflow. He also claims that the Datastore API is enabled for his project.

Note that the API explorer shows v1beta2 for Cloud Datastore API, not v1beta3. Can it be the cause of this problem?

@ajkannan
Copy link

ajkannan commented Apr 3, 2016

Hi @volgin, thanks for creating this issue. The latest version of our Datastore client library (version 0.1.7) uses Cloud Datastore v1beta3, which is not enabled by default for some users. Try enabling the v1beta3 API on the Developer's Console using this link.

Even if you had the Datastore API enabled previously, it may be the v1beta2 version, which has recently been renamed to "Google Cloud Datastore API (v1beta2)" the Developer's Console. (As you mention, the v1beta2 version of the API is what appears on the API Manager home page's listing. Explicitly searching "Google Cloud Datastore API" using the search box should yield the newest version of the API.)

Let me know if that solution works for you.

@ajkannan ajkannan added the api: datastore Issues related to the Datastore API. label Apr 3, 2016
@volgin
Copy link
Author

volgin commented Apr 3, 2016

This API is not listed in popular APIs. In fact, the popular APIs show Cloud Datastore API, which links to v1beta2. I was able to find the "new" Datastore API only using the search field. I am sure you will fix this soon.

@ajkannan
Copy link

ajkannan commented Apr 4, 2016

Yes, I've pinged people about when they plan to update that "popular APIs" link, and I'll keep tabs to see that it gets updated.

@aozarov
Copy link
Contributor

aozarov commented Apr 7, 2016

@ajkannan can we close the issue? Did the Datastore team completed the back-fill and "Cloud Datastore API" link now points to v1beta3?

@ajkannan
Copy link

ajkannan commented Apr 7, 2016

The Datastore team merged in a change to update the link, but the link will only change for users once the next release of the Developer's Console is out. They said it should be released by today afternoon. Shall we keep the issue open until then?

@ajkannan
Copy link

ajkannan commented Apr 7, 2016

Closing this as the API link change has been released.

@ajkannan ajkannan closed this as completed Apr 7, 2016
github-actions bot pushed a commit that referenced this issue Jun 23, 2022
…9.1 (#843)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-pubsub](https://togithub.com/googleapis/java-pubsub) | `1.119.0` -> `1.119.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.1/compatibility-slim/1.119.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-pubsub/1.119.1/confidence-slim/1.119.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-pubsub</summary>

### [`v1.119.1`](https://togithub.com/googleapis/java-pubsub/blob/HEAD/CHANGELOG.md#&#8203;11191-httpsgithubcomgoogleapisjava-pubsubcomparev11190v11191-2022-06-06)

[Compare Source](https://togithub.com/googleapis/java-pubsub/compare/v1.119.0...v1.119.1)

##### Dependencies

-   update dependency com.google.protobuf:protobuf-java-util to v3.21.0 ([#&#8203;1152](https://togithub.com/googleapis/java-pubsub/issues/1152)) ([d015371](https://togithub.com/googleapis/java-pubsub/commit/d015371c91e22a1c03494da37a2523110c3437e0))
-   update dependency com.google.protobuf:protobuf-java-util to v3.21.1 ([#&#8203;1154](https://togithub.com/googleapis/java-pubsub/issues/1154)) ([61aeecf](https://togithub.com/googleapis/java-pubsub/commit/61aeecf6c40ad0b9aa93ea48acc8cca0fe4e3764))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-securitycenter).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [2.7.0](googleapis/java-securitycenter@v2.6.0...v2.7.0) (2022-07-01)


### Features

* Enable REST transport for most of Java and Go clients ([googleapis#849](googleapis/java-securitycenter#849)) ([61ad34a](googleapis/java-securitycenter@61ad34a))


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([googleapis#853](googleapis/java-securitycenter#853)) ([8112e48](googleapis/java-securitycenter@8112e48))


### Dependencies

* update dependency com.google.cloud:google-cloud-bigquery to v2.12.0 ([googleapis#836](googleapis/java-securitycenter#836)) ([9685063](googleapis/java-securitycenter@9685063))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.1 ([googleapis#840](googleapis/java-securitycenter#840)) ([200ff11](googleapis/java-securitycenter@200ff11))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.3 ([googleapis#844](googleapis/java-securitycenter#844)) ([f78bd6b](googleapis/java-securitycenter@f78bd6b))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.4 ([googleapis#847](googleapis/java-securitycenter#847)) ([3ad96ab](googleapis/java-securitycenter@3ad96ab))
* update dependency com.google.cloud:google-cloud-bigquery to v2.13.6 ([googleapis#850](googleapis/java-securitycenter#850)) ([53eeb75](googleapis/java-securitycenter@53eeb75))
* update dependency com.google.cloud:google-cloud-pubsub to v1.119.0 ([googleapis#841](googleapis/java-securitycenter#841)) ([61fcabb](googleapis/java-securitycenter@61fcabb))
* update dependency com.google.cloud:google-cloud-pubsub to v1.119.1 ([googleapis#843](googleapis/java-securitycenter#843)) ([ba2c551](googleapis/java-securitycenter@ba2c551))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#848](googleapis/java-securitycenter#848)) ([dc01be8](googleapis/java-securitycenter@dc01be8))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.0 ([googleapis#837](googleapis/java-securitycenter#837)) ([5e15237](googleapis/java-securitycenter@5e15237))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.1 ([googleapis#838](googleapis/java-securitycenter#838)) ([49bfa77](googleapis/java-securitycenter@49bfa77))
* update dependency com.google.protobuf:protobuf-java-util to v3.21.2 ([googleapis#851](googleapis/java-securitycenter#851)) ([663480b](googleapis/java-securitycenter@663480b))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [2.6.0](googleapis/java-document-ai@v2.5.2...v2.6.0) (2022-06-30)


### Features

* Enable REST transport for most of Java and Go clients ([googleapis#840](googleapis/java-document-ai#840)) ([4181919](googleapis/java-document-ai@4181919))


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([googleapis#846](googleapis/java-document-ai#846)) ([909b240](googleapis/java-document-ai@909b240))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#843)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.3.0` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
…1.1 (#843)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.0` -> `26.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/compatibility-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.1/confidence-slim/26.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-trace).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
…cies to v3.0.4 (#843)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `3.0.3` -> `3.0.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.4/compatibility-slim/3.0.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.4/confidence-slim/3.0.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.4`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;304-httpsgithubcomgoogleapisjava-shared-dependenciescomparev303v304-2022-10-03)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.3...v3.0.4)

##### Dependencies

-   Update dependency cachetools to v5 ([#&#8203;816](https://togithub.com/googleapis/java-shared-dependencies/issues/816)) ([3f6c408](https://togithub.com/googleapis/java-shared-dependencies/commit/3f6c408210c931c286235f61c7aadea5bf5cfe4d))
-   Update dependency certifi to v2022.9.24 ([#&#8203;818](https://togithub.com/googleapis/java-shared-dependencies/issues/818)) ([5f04b97](https://togithub.com/googleapis/java-shared-dependencies/commit/5f04b97c2343146600e8c9ee65afdeb58f5743a6))
-   Update dependency charset-normalizer to v2.1.1 ([#&#8203;822](https://togithub.com/googleapis/java-shared-dependencies/issues/822)) ([6997c5a](https://togithub.com/googleapis/java-shared-dependencies/commit/6997c5acad937ebe3594330de73261a424d42cf3))
-   Update dependency click to v8.1.3 ([#&#8203;823](https://togithub.com/googleapis/java-shared-dependencies/issues/823)) ([42bf9f8](https://togithub.com/googleapis/java-shared-dependencies/commit/42bf9f834fdafea60f2be7ccbf7d363e058cd7c2))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#&#8203;837](https://togithub.com/googleapis/java-shared-dependencies/issues/837)) ([d31e507](https://togithub.com/googleapis/java-shared-dependencies/commit/d31e5077c7e036de5e238e9a611df7ced527574a))
-   Update dependency gcp-releasetool to v1.8.8 ([#&#8203;819](https://togithub.com/googleapis/java-shared-dependencies/issues/819)) ([8245d97](https://togithub.com/googleapis/java-shared-dependencies/commit/8245d975fb12e81454ec7664f9a7c9809bbac697))
-   Update dependency gcp-releasetool to v1.8.9 ([#&#8203;846](https://togithub.com/googleapis/java-shared-dependencies/issues/846)) ([04e3283](https://togithub.com/googleapis/java-shared-dependencies/commit/04e32831c6e87c372444901013a747d2d02ce38d))
-   Update dependency google-api-core to v2.10.1 ([#&#8203;824](https://togithub.com/googleapis/java-shared-dependencies/issues/824)) ([818b9aa](https://togithub.com/googleapis/java-shared-dependencies/commit/818b9aa2ac99d8b1f9b39a74b626122aed5f1d94))
-   Update dependency google-auth to v2.12.0 ([#&#8203;825](https://togithub.com/googleapis/java-shared-dependencies/issues/825)) ([07c544b](https://togithub.com/googleapis/java-shared-dependencies/commit/07c544b5e0fa9f7110bbc957570f7a405962072e))
-   Update dependency google-cloud-core to v2.3.2 ([#&#8203;820](https://togithub.com/googleapis/java-shared-dependencies/issues/820)) ([2a219e8](https://togithub.com/googleapis/java-shared-dependencies/commit/2a219e86f187ba5ad72f2570bd58ca6100128c43))
-   Update dependency google-cloud-storage to v2.5.0 ([#&#8203;826](https://togithub.com/googleapis/java-shared-dependencies/issues/826)) ([bb10d18](https://togithub.com/googleapis/java-shared-dependencies/commit/bb10d1858a515f09d365362ffa0110a5b362c96b))
-   Update dependency google-crc32c to v1.5.0 ([#&#8203;827](https://togithub.com/googleapis/java-shared-dependencies/issues/827)) ([7e5dae6](https://togithub.com/googleapis/java-shared-dependencies/commit/7e5dae60d667cb84b9ee4f6c977bdc35e79e4cf6))
-   Update dependency google-resumable-media to v2.4.0 ([#&#8203;838](https://togithub.com/googleapis/java-shared-dependencies/issues/838)) ([ad82d63](https://togithub.com/googleapis/java-shared-dependencies/commit/ad82d6378f64039da383509638fb4782908eb4bc))
-   Update dependency googleapis-common-protos to v1.56.4 ([#&#8203;821](https://togithub.com/googleapis/java-shared-dependencies/issues/821)) ([93d7745](https://togithub.com/googleapis/java-shared-dependencies/commit/93d77458c9bbf84ec367cdb4caaa41e6f71675c6))
-   Update dependency importlib-metadata to v4.12.0 ([#&#8203;832](https://togithub.com/googleapis/java-shared-dependencies/issues/832)) ([ee19fb1](https://togithub.com/googleapis/java-shared-dependencies/commit/ee19fb1ca5a2a2e1985297e3b72d44de68bc72e3))
-   Update dependency importlib-metadata to v4.13.0 ([#&#8203;843](https://togithub.com/googleapis/java-shared-dependencies/issues/843)) ([d2ede60](https://togithub.com/googleapis/java-shared-dependencies/commit/d2ede601eee8c875780c7eb5924623537480c509))
-   Update dependency importlib-metadata to v5 ([#&#8203;845](https://togithub.com/googleapis/java-shared-dependencies/issues/845)) ([03ac7e8](https://togithub.com/googleapis/java-shared-dependencies/commit/03ac7e800274c5f58d2bc4ddd0561bfcdea1bb27))
-   Update dependency io.grpc:grpc-bom to v1.49.1 ([#&#8203;802](https://togithub.com/googleapis/java-shared-dependencies/issues/802)) ([b8c54bf](https://togithub.com/googleapis/java-shared-dependencies/commit/b8c54bf8f1ddecc788cee151f8afe42de45bdc9d))
-   Update dependency io.grpc:grpc-bom to v1.49.2 ([#&#8203;842](https://togithub.com/googleapis/java-shared-dependencies/issues/842)) ([1b1cfa2](https://togithub.com/googleapis/java-shared-dependencies/commit/1b1cfa27d05f7732da12721305cf41dcbebda232))
-   Update dependency jeepney to v0.8.0 ([#&#8203;833](https://togithub.com/googleapis/java-shared-dependencies/issues/833)) ([15d2f9f](https://togithub.com/googleapis/java-shared-dependencies/commit/15d2f9f52b5a3259db0813df3d2424e256ccb372))
-   Update dependency jinja2 to v3.1.2 ([#&#8203;834](https://togithub.com/googleapis/java-shared-dependencies/issues/834)) ([c188f95](https://togithub.com/googleapis/java-shared-dependencies/commit/c188f95acdb3349f1c4b3ed56e5fffb75e8fbc8d))
-   Update dependency keyring to v23.9.3 ([#&#8203;828](https://togithub.com/googleapis/java-shared-dependencies/issues/828)) ([b185aaa](https://togithub.com/googleapis/java-shared-dependencies/commit/b185aaae716d4d97cb64f0426cac0e778f11223d))
-   Update dependency markupsafe to v2.1.1 ([#&#8203;829](https://togithub.com/googleapis/java-shared-dependencies/issues/829)) ([add2825](https://togithub.com/googleapis/java-shared-dependencies/commit/add2825bd34cd80f529dbe0dadb3c84219177916))
-   Update dependency org.threeten:threetenbp to v1.6.2 ([#&#8203;808](https://togithub.com/googleapis/java-shared-dependencies/issues/808)) ([2d2eabd](https://togithub.com/googleapis/java-shared-dependencies/commit/2d2eabd14d8150207885ea47280c0f7ff3d2962f))
-   Update dependency protobuf to v3.20.2 ([#&#8203;830](https://togithub.com/googleapis/java-shared-dependencies/issues/830)) ([5afa76f](https://togithub.com/googleapis/java-shared-dependencies/commit/5afa76f9ef4705aecba49abc7bb93982fb1ecf3e))
-   Update dependency protobuf to v3.20.3 ([#&#8203;839](https://togithub.com/googleapis/java-shared-dependencies/issues/839)) ([d9fc7dd](https://togithub.com/googleapis/java-shared-dependencies/commit/d9fc7ddd3e663458e6ea3f78a3c6241377df0319))
-   Update dependency protobuf to v4 ([#&#8203;817](https://togithub.com/googleapis/java-shared-dependencies/issues/817)) ([ee8d154](https://togithub.com/googleapis/java-shared-dependencies/commit/ee8d154287ccd256b4dcfa48f28f5ec61a91fe3e))
-   Update dependency pyjwt to v2.5.0 ([#&#8203;812](https://togithub.com/googleapis/java-shared-dependencies/issues/812)) ([4d4528e](https://togithub.com/googleapis/java-shared-dependencies/commit/4d4528e8ce269d49b99d2dbc4fcda2dc37a058cb))
-   Update dependency requests to v2.28.1 ([#&#8203;813](https://togithub.com/googleapis/java-shared-dependencies/issues/813)) ([a3a8d89](https://togithub.com/googleapis/java-shared-dependencies/commit/a3a8d89b0117007a7108553c70aa82dd289e1691))
-   Update dependency typing-extensions to v4.3.0 ([#&#8203;814](https://togithub.com/googleapis/java-shared-dependencies/issues/814)) ([da875e5](https://togithub.com/googleapis/java-shared-dependencies/commit/da875e5e91fa9d8c177e6c3afc9e34242eb914b7))
-   Update dependency zipp to v3.8.1 ([#&#8203;815](https://togithub.com/googleapis/java-shared-dependencies/issues/815)) ([15585fd](https://togithub.com/googleapis/java-shared-dependencies/commit/15585fd0216013fe93be011f93f391f6269aa777))
-   Update gax.version to v2.19.2 ([#&#8203;847](https://togithub.com/googleapis/java-shared-dependencies/issues/847)) ([c4afe1f](https://togithub.com/googleapis/java-shared-dependencies/commit/c4afe1fdc88af29ab039cea618d52c15c90e43e9))
-   Update google.common-protos.version to v2.9.3 ([#&#8203;803](https://togithub.com/googleapis/java-shared-dependencies/issues/803)) ([a3e8e5e](https://togithub.com/googleapis/java-shared-dependencies/commit/a3e8e5eb53a8da14abf3b8d81a4f34fbb2f3b8f9))
-   Update google.common-protos.version to v2.9.5 ([#&#8203;831](https://togithub.com/googleapis/java-shared-dependencies/issues/831)) ([1c901db](https://togithub.com/googleapis/java-shared-dependencies/commit/1c901db8a7740afaec3e809e51d4d369fbf469c4))
-   Update google.common-protos.version to v2.9.6 ([#&#8203;844](https://togithub.com/googleapis/java-shared-dependencies/issues/844)) ([9e156be](https://togithub.com/googleapis/java-shared-dependencies/commit/9e156be59bd89959f04252c3045b8cd7a8be8070))
-   Update google.core.version to v2.8.13 ([#&#8203;804](https://togithub.com/googleapis/java-shared-dependencies/issues/804)) ([45ae571](https://togithub.com/googleapis/java-shared-dependencies/commit/45ae57142bd6d5334eedd46243736b200a459795))
-   Update google.core.version to v2.8.14 ([#&#8203;805](https://togithub.com/googleapis/java-shared-dependencies/issues/805)) ([02c9397](https://togithub.com/googleapis/java-shared-dependencies/commit/02c9397a84bf3fcca8d04e4c9867cc47689abde2))
-   Update google.core.version to v2.8.15 ([#&#8203;807](https://togithub.com/googleapis/java-shared-dependencies/issues/807)) ([980856c](https://togithub.com/googleapis/java-shared-dependencies/commit/980856c43981992a3d08f69eac83aeada752d244))
-   Update google.core.version to v2.8.16 ([#&#8203;810](https://togithub.com/googleapis/java-shared-dependencies/issues/810)) ([c2b2c9a](https://togithub.com/googleapis/java-shared-dependencies/commit/c2b2c9a327fd588f69524bb93a17e5d4ae8f5a42))
-   Update google.core.version to v2.8.17 ([#&#8203;835](https://togithub.com/googleapis/java-shared-dependencies/issues/835)) ([3def21d](https://togithub.com/googleapis/java-shared-dependencies/commit/3def21df2e4253e3df0da064b6c4e472df079d2b))
-   Update google.core.version to v2.8.18 ([#&#8203;840](https://togithub.com/googleapis/java-shared-dependencies/issues/840)) ([46566dc](https://togithub.com/googleapis/java-shared-dependencies/commit/46566dc18c4b1ed41c482b4ce21b92651e2f9dc5))
-   Update google.core.version to v2.8.19 ([#&#8203;841](https://togithub.com/googleapis/java-shared-dependencies/issues/841)) ([99afde9](https://togithub.com/googleapis/java-shared-dependencies/commit/99afde97ea498f549eb75cc58c4ed88edf81b20d))
-   Update google.core.version to v2.8.20 ([#&#8203;848](https://togithub.com/googleapis/java-shared-dependencies/issues/848)) ([c980c4f](https://togithub.com/googleapis/java-shared-dependencies/commit/c980c4fdfc8890d812b4881ba5b87bfd21269a5f))
-   Update iam.version to v1.6.1 ([#&#8203;806](https://togithub.com/googleapis/java-shared-dependencies/issues/806)) ([a50158d](https://togithub.com/googleapis/java-shared-dependencies/commit/a50158d3b83cf8e02d8ee08c94e512b5669a927b))
-   Update iam.version to v1.6.2 ([#&#8203;849](https://togithub.com/googleapis/java-shared-dependencies/issues/849)) ([e43ac96](https://togithub.com/googleapis/java-shared-dependencies/commit/e43ac96bc189a096a9311c9b03e85c86bea07e99))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recommender).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4wIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.5](https://togithub.com/googleapis/java-talent/compare/v2.4.4...v2.4.5) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#841](https://togithub.com/googleapis/java-talent/issues/841)) ([eeca643](https://togithub.com/googleapis/java-talent/commit/eeca643e1ff63ddb2e795e0571038b0cf8e4797f))
* Update dependency charset-normalizer to v2.1.1 ([#845](https://togithub.com/googleapis/java-talent/issues/845)) ([eeb54f9](https://togithub.com/googleapis/java-talent/commit/eeb54f9e7b7c44251bfb1f6e298e2396bc21514a))
* Update dependency click to v8.1.3 ([#846](https://togithub.com/googleapis/java-talent/issues/846)) ([a26f049](https://togithub.com/googleapis/java-talent/commit/a26f04978aafe826d68a297d10ed8ed70d6999f4))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#866](https://togithub.com/googleapis/java-talent/issues/866)) ([9406569](https://togithub.com/googleapis/java-talent/commit/94065694eea41624a947c89539840f02a14d6d00))
* Update dependency gcp-releasetool to v1.8.8 ([#842](https://togithub.com/googleapis/java-talent/issues/842)) ([fc0e7b5](https://togithub.com/googleapis/java-talent/commit/fc0e7b573784d55b0dc20e1286ceab5d1fee7527))
* Update dependency google-api-core to v2.10.1 ([#847](https://togithub.com/googleapis/java-talent/issues/847)) ([6b6d64e](https://togithub.com/googleapis/java-talent/commit/6b6d64eabe3dc88f37196f053e0e463d41eccb11))
* Update dependency google-auth to v2.12.0 ([#848](https://togithub.com/googleapis/java-talent/issues/848)) ([825d7ed](https://togithub.com/googleapis/java-talent/commit/825d7edd60362e0eef5ad3f768a755ccd0454282))
* Update dependency google-cloud-core to v2.3.2 ([#843](https://togithub.com/googleapis/java-talent/issues/843)) ([a14bb5c](https://togithub.com/googleapis/java-talent/commit/a14bb5cba1bcb2f4d234101ee463e152b8deca60))
* Update dependency google-cloud-storage to v2.5.0 ([#849](https://togithub.com/googleapis/java-talent/issues/849)) ([7a62d5b](https://togithub.com/googleapis/java-talent/commit/7a62d5b6b59601551d8de13ea5f8ed9c94464623))
* Update dependency googleapis-common-protos to v1.56.4 ([#844](https://togithub.com/googleapis/java-talent/issues/844)) ([0edae53](https://togithub.com/googleapis/java-talent/commit/0edae53a78e1dddd444cb500ebef7d9e7f282b80))
* Update dependency importlib-metadata to v4.12.0 ([#851](https://togithub.com/googleapis/java-talent/issues/851)) ([32a7ad3](https://togithub.com/googleapis/java-talent/commit/32a7ad320c654f0e7341697c4f67f964d784a6f1))
* Update dependency jeepney to v0.8.0 ([#852](https://togithub.com/googleapis/java-talent/issues/852)) ([b8fb4f4](https://togithub.com/googleapis/java-talent/commit/b8fb4f42a403239e01cffcea74e833036aec9a8f))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.6](https://togithub.com/googleapis/java-recommender/compare/v2.5.5...v2.5.6) (2022-10-03)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#843](https://togithub.com/googleapis/java-recommender/issues/843)) ([89c55aa](https://togithub.com/googleapis/java-recommender/commit/89c55aaba24a32d75f58ca8b0d0e9924082906d9))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.12](https://togithub.com/googleapis/java-scheduler/compare/v2.3.11...v2.3.12) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#845](https://togithub.com/googleapis/java-scheduler/issues/845)) ([f092e9f](https://togithub.com/googleapis/java-scheduler/commit/f092e9f878160888cdddabdc086911f2ede117e9))
* Update dependency charset-normalizer to v2.1.1 ([#849](https://togithub.com/googleapis/java-scheduler/issues/849)) ([7c52cbc](https://togithub.com/googleapis/java-scheduler/commit/7c52cbcd14cfd80da54ea8fc6528e452ed017b5e))
* Update dependency click to v8.1.3 ([#850](https://togithub.com/googleapis/java-scheduler/issues/850)) ([24045c1](https://togithub.com/googleapis/java-scheduler/commit/24045c171ccd4d40aa209e777feb9b5d9fffbe60))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#860](https://togithub.com/googleapis/java-scheduler/issues/860)) ([a3d603a](https://togithub.com/googleapis/java-scheduler/commit/a3d603aeeeeaac6fbacf0f2339300bff1e3eebf4))
* Update dependency gcp-releasetool to v1.8.8 ([#846](https://togithub.com/googleapis/java-scheduler/issues/846)) ([ef848d2](https://togithub.com/googleapis/java-scheduler/commit/ef848d215db90c57495564e647612679eb3add89))
* Update dependency google-api-core to v2.10.1 ([#851](https://togithub.com/googleapis/java-scheduler/issues/851)) ([e326ae8](https://togithub.com/googleapis/java-scheduler/commit/e326ae8157aafa5658b7a1099c31bafa85450356))
* Update dependency google-auth to v2.12.0 ([#852](https://togithub.com/googleapis/java-scheduler/issues/852)) ([c3cdf56](https://togithub.com/googleapis/java-scheduler/commit/c3cdf5636d66ea76200ca0168b4be55251049d61))
* Update dependency google-cloud-core to v2.3.2 ([#847](https://togithub.com/googleapis/java-scheduler/issues/847)) ([b21f14f](https://togithub.com/googleapis/java-scheduler/commit/b21f14ff34fe9f2c10c8dcde1942d7a821921c03))
* Update dependency google-cloud-storage to v2.5.0 ([#853](https://togithub.com/googleapis/java-scheduler/issues/853)) ([c4769f3](https://togithub.com/googleapis/java-scheduler/commit/c4769f34ac418229b1da109c170796886aa1ad12))
* Update dependency google-crc32c to v1.5.0 ([#854](https://togithub.com/googleapis/java-scheduler/issues/854)) ([74a8fdb](https://togithub.com/googleapis/java-scheduler/commit/74a8fdb6030cb1b44fb96e261f9dfb1ff0ea2d33))
* Update dependency googleapis-common-protos to v1.56.4 ([#848](https://togithub.com/googleapis/java-scheduler/issues/848)) ([42821d8](https://togithub.com/googleapis/java-scheduler/commit/42821d88fdb8e54265f10684edb19eafd7484374))
* Update dependency markupsafe to v2.1.1 ([#855](https://togithub.com/googleapis/java-scheduler/issues/855)) ([37929e2](https://togithub.com/googleapis/java-scheduler/commit/37929e25e1c55db157ef33bdfb3d43da5c2f035d))
* Update dependency pyjwt to v2.5.0 ([#856](https://togithub.com/googleapis/java-scheduler/issues/856)) ([61bba9b](https://togithub.com/googleapis/java-scheduler/commit/61bba9b17690e8c92a147a6fb0f4e0512e5c15ee))
* Update dependency requests to v2.28.1 ([#857](https://togithub.com/googleapis/java-scheduler/issues/857)) ([e5835c4](https://togithub.com/googleapis/java-scheduler/commit/e5835c495963ff009c9a7295cc8fd26f1158fe88))
* Update dependency typing-extensions to v4.3.0 ([#843](https://togithub.com/googleapis/java-scheduler/issues/843)) ([6a698fe](https://togithub.com/googleapis/java-scheduler/commit/6a698fe28f29053b8c2d1f9630c6628c229e354b))
* Update dependency zipp to v3.8.1 ([#858](https://togithub.com/googleapis/java-scheduler/issues/858)) ([28949ad](https://togithub.com/googleapis/java-scheduler/commit/28949ade0dbb52d961df790113809213846c312f))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.9](https://togithub.com/googleapis/java-accessapproval/compare/v2.4.8...v2.4.9) (2022-10-04)


### Dependencies

* Update dependency cachetools to v5 ([#845](https://togithub.com/googleapis/java-accessapproval/issues/845)) ([2e2f61d](https://togithub.com/googleapis/java-accessapproval/commit/2e2f61d400cb4e73a90b5ed0ab3cea48d3dcdb0e))
* Update dependency certifi to v2022.9.24 ([#825](https://togithub.com/googleapis/java-accessapproval/issues/825)) ([57629eb](https://togithub.com/googleapis/java-accessapproval/commit/57629eb352e5c1c6222cd3a2140442c68c7d78fe))
* Update dependency charset-normalizer to v2.1.1 ([#829](https://togithub.com/googleapis/java-accessapproval/issues/829)) ([5fb7ff7](https://togithub.com/googleapis/java-accessapproval/commit/5fb7ff7c2b038412c9bcbaca1f4c98cfc3def81a))
* Update dependency click to v8.1.3 ([#830](https://togithub.com/googleapis/java-accessapproval/issues/830)) ([50af14b](https://togithub.com/googleapis/java-accessapproval/commit/50af14bb86c72be62aaf4acd985fbfa3e844cbfb))
* Update dependency com.google.cloud:google-cloud-core to v2.8.15 ([#821](https://togithub.com/googleapis/java-accessapproval/issues/821)) ([6c6a7c7](https://togithub.com/googleapis/java-accessapproval/commit/6c6a7c753008ffce85def41c88482b9046b636dd))
* Update dependency com.google.cloud:google-cloud-core to v2.8.16 ([#823](https://togithub.com/googleapis/java-accessapproval/issues/823)) ([f258fd8](https://togithub.com/googleapis/java-accessapproval/commit/f258fd8bfa538b84be066e759ba9f4fa87fb9735))
* Update dependency com.google.cloud:google-cloud-core to v2.8.17 ([#847](https://togithub.com/googleapis/java-accessapproval/issues/847)) ([06753de](https://togithub.com/googleapis/java-accessapproval/commit/06753de07797eaf62338808dfa0c24db9b1a5019))
* Update dependency com.google.cloud:google-cloud-core to v2.8.18 ([#850](https://togithub.com/googleapis/java-accessapproval/issues/850)) ([6053905](https://togithub.com/googleapis/java-accessapproval/commit/6053905b5ad2a5b80e0a8e30cb31bd3b8467c150))
* Update dependency com.google.cloud:google-cloud-core to v2.8.19 ([#851](https://togithub.com/googleapis/java-accessapproval/issues/851)) ([e394607](https://togithub.com/googleapis/java-accessapproval/commit/e394607088a417338fc5fe49a9b05e63d6148bdd))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#853](https://togithub.com/googleapis/java-accessapproval/issues/853)) ([078dd9b](https://togithub.com/googleapis/java-accessapproval/commit/078dd9bd46d2759223a9db5940518b7f3efe3739))
* Update dependency gcp-releasetool to v1.8.8 ([#826](https://togithub.com/googleapis/java-accessapproval/issues/826)) ([23c5406](https://togithub.com/googleapis/java-accessapproval/commit/23c540692173fb8582dc2a29ac96c95157576d1f))
* Update dependency google-api-core to v2.10.1 ([#831](https://togithub.com/googleapis/java-accessapproval/issues/831)) ([914344d](https://togithub.com/googleapis/java-accessapproval/commit/914344d723be22f5d1737c118d8b841a90cf5334))
* Update dependency google-auth to v2.12.0 ([#832](https://togithub.com/googleapis/java-accessapproval/issues/832)) ([446ce5c](https://togithub.com/googleapis/java-accessapproval/commit/446ce5c006799b13a349e2711bf09073d9fa3912))
* Update dependency google-cloud-core to v2.3.2 ([#827](https://togithub.com/googleapis/java-accessapproval/issues/827)) ([e251d00](https://togithub.com/googleapis/java-accessapproval/commit/e251d00958fbcc402cef2f741d89c93d2e88dd38))
* Update dependency google-cloud-storage to v2.5.0 ([#833](https://togithub.com/googleapis/java-accessapproval/issues/833)) ([3b11d93](https://togithub.com/googleapis/java-accessapproval/commit/3b11d9391f867f9667f34a2963315c6c62276f38))
* Update dependency google-crc32c to v1.5.0 ([#834](https://togithub.com/googleapis/java-accessapproval/issues/834)) ([f6b17df](https://togithub.com/googleapis/java-accessapproval/commit/f6b17df716de87728c69f26febf430b2ea375a04))
* Update dependency googleapis-common-protos to v1.56.4 ([#828](https://togithub.com/googleapis/java-accessapproval/issues/828)) ([b0a7491](https://togithub.com/googleapis/java-accessapproval/commit/b0a7491471aa9f65553c83c7ce4a5b8a5cfe0f2b))
* Update dependency importlib-metadata to v4.12.0 ([#835](https://togithub.com/googleapis/java-accessapproval/issues/835)) ([27ceae2](https://togithub.com/googleapis/java-accessapproval/commit/27ceae2490ded6d4a9f7811e1719cb62b497d30b))
* Update dependency jeepney to v0.8.0 ([#836](https://togithub.com/googleapis/java-accessapproval/issues/836)) ([d52625e](https://togithub.com/googleapis/java-accessapproval/commit/d52625e9d294405d97668cfd681fd7a3ee5f6b3a))
* Update dependency jinja2 to v3.1.2 ([#837](https://togithub.com/googleapis/java-accessapproval/issues/837)) ([88d7579](https://togithub.com/googleapis/java-accessapproval/commit/88d757981a2d15c0f02f78aab558a2136b194a25))
* Update dependency keyring to v23.9.3 ([#838](https://togithub.com/googleapis/java-accessapproval/issues/838)) ([a0970bf](https://togithub.com/googleapis/java-accessapproval/commit/a0970bf88c99ce5fa11e7ff78dea6a15daf3f268))
* Update dependency markupsafe to v2.1.1 ([#839](https://togithub.com/googleapis/java-accessapproval/issues/839)) ([4097dc6](https://togithub.com/googleapis/java-accessapproval/commit/4097dc6d5535fe2b831c34509284230633986e02))
* Update dependency protobuf to v3.20.2 ([#840](https://togithub.com/googleapis/java-accessapproval/issues/840)) ([1b81687](https://togithub.com/googleapis/java-accessapproval/commit/1b81687a5589d62156cfbb91036ea7db8306785f))
* Update dependency protobuf to v4 ([#846](https://togithub.com/googleapis/java-accessapproval/issues/846)) ([5806291](https://togithub.com/googleapis/java-accessapproval/commit/580629171b1d37d134cd52ac8e66b91eefa68e8c))
* Update dependency pyjwt to v2.5.0 ([#841](https://togithub.com/googleapis/java-accessapproval/issues/841)) ([eeb2f70](https://togithub.com/googleapis/java-accessapproval/commit/eeb2f705766cd3e0516b143bac24fbc7ab700159))
* Update dependency typing-extensions to v4.3.0 ([#843](https://togithub.com/googleapis/java-accessapproval/issues/843)) ([cfa7b08](https://togithub.com/googleapis/java-accessapproval/commit/cfa7b088cb5652efc0ac7aa232c2020325fbd984))
* Update dependency zipp to v3.8.1 ([#844](https://togithub.com/googleapis/java-accessapproval/issues/844)) ([e31608b](https://togithub.com/googleapis/java-accessapproval/commit/e31608b918245943bd235feb61bc583b212d95b7))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this issue Nov 9, 2022
Co-authored-by: Jeffrey Rennie <rennie@google.com>
Co-authored-by: Tomo Suzuki <suztomo@google.com>
Source-Link: https://togithub.com/googleapis/synthtool/commit/b59cf7b5a91ecab29e21fdfbb7e3b81066229be4
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:894d56f45fc3f4f0d5f3bcf790846419ee2d8e44715eae8917d6a1bba2b7283d
suztomo pushed a commit that referenced this issue Feb 1, 2023
…o v1.35.1 (#843)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.api-client:google-api-client-bom](https://togithub.com/googleapis/google-api-java-client) | `1.34.1` -> `1.35.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-bom/1.35.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-bom/1.35.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-bom/1.35.1/compatibility-slim/1.34.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client-bom/1.35.1/confidence-slim/1.34.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-api-java-client</summary>

### [`v1.35.1`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;1351-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev1350v1351-2022-06-10)

[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.35.0...v1.35.1)

##### Bug Fixes

-   **deps:** update dependency com.google.api-client:google-api-client to v1.35.0 ([#&#8203;2083](https://togithub.com/googleapis/google-api-java-client/issues/2083)) ([fd53573](https://togithub.com/googleapis/google-api-java-client/commit/fd53573cf9a08f71dab8ec757f32bf0f6b615ce9))
-   **deps:** update dependency com.google.cloud:libraries-bom to v25.4.0 ([#&#8203;2084](https://togithub.com/googleapis/google-api-java-client/issues/2084)) ([df02577](https://togithub.com/googleapis/google-api-java-client/commit/df025779104d9ed6bf1bd8e6b19c8442a83d31b5))
-   **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.1 ([#&#8203;2088](https://togithub.com/googleapis/google-api-java-client/issues/2088)) ([960e7be](https://togithub.com/googleapis/google-api-java-client/commit/960e7bef648c38863c6db101178d3bb7f317f145))

### [`v1.35.0`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;1350-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev1340v1350-2022-06-02)

[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v1.34.1...v1.35.0)

##### Features

-   add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/google-api-java-client/issues/1440)) ([#&#8203;2075](https://togithub.com/googleapis/google-api-java-client/issues/2075)) ([2b1558d](https://togithub.com/googleapis/google-api-java-client/commit/2b1558d07d1f79939def761911d1fbdb6fb31257))
-   next release from main branch is 1.35.0 ([#&#8203;2042](https://togithub.com/googleapis/google-api-java-client/issues/2042)) ([9005d5c](https://togithub.com/googleapis/google-api-java-client/commit/9005d5ca7df256342d0b6b94dfa92efc57ddeffa))

##### Bug Fixes

-   **deps:** update dependency com.google.api-client:google-api-client to v1.34.0 ([#&#8203;2038](https://togithub.com/googleapis/google-api-java-client/issues/2038)) ([afea56f](https://togithub.com/googleapis/google-api-java-client/commit/afea56f5891e0e6e90369c04f99d64d2648edde6))
-   **deps:** update dependency com.google.api-client:google-api-client to v1.34.1 ([#&#8203;2058](https://togithub.com/googleapis/google-api-java-client/issues/2058)) ([d1ddb69](https://togithub.com/googleapis/google-api-java-client/commit/d1ddb695b3ce4abc40f6af78845074f3d9e03e73))
-   **deps:** update dependency com.google.api-client:google-api-client-android to v1.34.1 ([#&#8203;2059](https://togithub.com/googleapis/google-api-java-client/issues/2059)) ([54a9a0c](https://togithub.com/googleapis/google-api-java-client/commit/54a9a0c169a6a996f0ec6cfa338866e0ba3e5b57))
-   **deps:** update dependency com.google.api-client:google-api-client-appengine to v1.34.1 ([#&#8203;2061](https://togithub.com/googleapis/google-api-java-client/issues/2061)) ([872ad59](https://togithub.com/googleapis/google-api-java-client/commit/872ad59ae77540bbcf27dc6966a722b68fd67a5c))
-   **deps:** update dependency com.google.api-client:google-api-client-assembly to v1.34.1 ([#&#8203;2062](https://togithub.com/googleapis/google-api-java-client/issues/2062)) ([1a1d1b3](https://togithub.com/googleapis/google-api-java-client/commit/1a1d1b39f8f97bd1f9028c95a509e2205f9ecf53))
-   **deps:** update dependency com.google.api-client:google-api-client-gson to v1.34.1 ([#&#8203;2064](https://togithub.com/googleapis/google-api-java-client/issues/2064)) ([3d1a03a](https://togithub.com/googleapis/google-api-java-client/commit/3d1a03a4702c09d1a880276900fcd02a9f933277))
-   **deps:** update dependency com.google.api-client:google-api-client-jackson2 to v1.34.1 ([#&#8203;2065](https://togithub.com/googleapis/google-api-java-client/issues/2065)) ([3502186](https://togithub.com/googleapis/google-api-java-client/commit/350218698e07044c903e77ee2a326d21b48278ba))
-   **deps:** update dependency com.google.api-client:google-api-client-java6 to v1.34.1 ([#&#8203;2066](https://togithub.com/googleapis/google-api-java-client/issues/2066)) ([705e865](https://togithub.com/googleapis/google-api-java-client/commit/705e865f05cae7e623eaba24c563512dc2cc05bc))
-   **deps:** update dependency com.google.api-client:google-api-client-protobuf to v1.34.1 ([#&#8203;2068](https://togithub.com/googleapis/google-api-java-client/issues/2068)) ([ecedb5b](https://togithub.com/googleapis/google-api-java-client/commit/ecedb5b336d84a84b79d131848d438f9a31d36d0))
-   **deps:** update dependency com.google.api-client:google-api-client-servlet to v1.34.1 ([#&#8203;2070](https://togithub.com/googleapis/google-api-java-client/issues/2070)) ([15540fe](https://togithub.com/googleapis/google-api-java-client/commit/15540fe7905fa19ab5e9ee104e97f7cad76e518a))
-   **deps:** update dependency com.google.api-client:google-api-client-xml to v1.34.1 ([#&#8203;2071](https://togithub.com/googleapis/google-api-java-client/issues/2071)) ([050a269](https://togithub.com/googleapis/google-api-java-client/commit/050a2691a90dc5960c929661d3c31951d893e9ab))
-   **deps:** update dependency com.google.appengine:appengine-api-1.0-sdk to v2.0.5 ([#&#8203;2072](https://togithub.com/googleapis/google-api-java-client/issues/2072)) ([526e103](https://togithub.com/googleapis/google-api-java-client/commit/526e1037fb370a9bae7fa9670ec62b72792b060d))
-   **deps:** update dependency com.google.cloud:libraries-bom to v25.2.0 ([#&#8203;2050](https://togithub.com/googleapis/google-api-java-client/issues/2050)) ([6c48f89](https://togithub.com/googleapis/google-api-java-client/commit/6c48f8954ed6ac161512e01defa358e7c7ea0627))
-   **deps:** update dependency com.google.cloud:libraries-bom to v25.3.0 ([#&#8203;2073](https://togithub.com/googleapis/google-api-java-client/issues/2073)) ([11dc2bb](https://togithub.com/googleapis/google-api-java-client/commit/11dc2bb17c8875989c80edb6b42a39b8fd87278d))
-   **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.3 ([#&#8203;2041](https://togithub.com/googleapis/google-api-java-client/issues/2041)) ([be65181](https://togithub.com/googleapis/google-api-java-client/commit/be65181a67c87bdd1c7bcea3c99d25b4256fde4b))
-   **deps:** update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.0 ([#&#8203;2081](https://togithub.com/googleapis/google-api-java-client/issues/2081)) ([8684064](https://togithub.com/googleapis/google-api-java-client/commit/86840649d97a4236740c5d3f07dfb8034324c03a))
-   use verifyPayload instead of verify to disable duplicate signature check ([#&#8203;2080](https://togithub.com/googleapis/google-api-java-client/issues/2080)) ([003ca44](https://togithub.com/googleapis/google-api-java-client/commit/003ca44b4d41a73053eef2c46ba3ec2c8f135e95))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [2.8.0](googleapis/java-core@v2.7.1...v2.8.0) (2022-06-21)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-core/issues/1440)) ([#836](googleapis/java-core#836)) ([49e9b68](googleapis/java-core@49e9b68))


### Dependencies

* update dependency com.google.api-client:google-api-client-bom to v1.35.1 ([#843](googleapis/java-core#843)) ([d81fbf0](googleapis/java-core@d81fbf0))
* update dependency com.google.api:api-common to v2.2.1 ([#844](googleapis/java-core#844)) ([d711da9](googleapis/java-core@d711da9))
* update dependency com.google.api:gax-bom to v2.18.2 ([#849](googleapis/java-core#849)) ([d44a6d9](googleapis/java-core@d44a6d9))
* update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#846](googleapis/java-core#846)) ([981b634](googleapis/java-core@981b634))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.0 ([#838](googleapis/java-core#838)) ([8b04fb4](googleapis/java-core@8b04fb4))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.4.1 ([#848](googleapis/java-core#848)) ([78dd4ed](googleapis/java-core@78dd4ed))
* update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#839](googleapis/java-core#839)) ([a4b5158](googleapis/java-core@a4b5158))
* update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#845](googleapis/java-core#845)) ([24211fb](googleapis/java-core@24211fb))
* update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#840](googleapis/java-core#840)) ([93d825f](googleapis/java-core@93d825f))
* update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#841](googleapis/java-core#841)) ([7065ef0](googleapis/java-core@7065ef0))
* update dependency io.grpc:grpc-bom to v1.47.0 ([#842](googleapis/java-core#842)) ([3245109](googleapis/java-core@3245109))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this issue Feb 1, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [importlib-metadata](https://togithub.com/python/importlib_metadata) | `==4.8.3` -> `==4.13.0` | [![age](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.13.0/compatibility-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.13.0/confidence-slim/4.8.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
suztomo pushed a commit that referenced this issue Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.4](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.3...v3.0.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#816](https://togithub.com/googleapis/java-shared-dependencies/issues/816)) ([bd2569c](https://togithub.com/googleapis/java-shared-dependencies/commit/bd2569c8c26e177a83cbcf8ed63fed1c3fce2c4b))
* Update dependency certifi to v2022.9.24 ([#818](https://togithub.com/googleapis/java-shared-dependencies/issues/818)) ([5406a0c](https://togithub.com/googleapis/java-shared-dependencies/commit/5406a0ca7e4e2b47f87a39c0fc696fbfd7a6a196))
* Update dependency charset-normalizer to v2.1.1 ([#822](https://togithub.com/googleapis/java-shared-dependencies/issues/822)) ([5c998e4](https://togithub.com/googleapis/java-shared-dependencies/commit/5c998e4d05d47882743cdb5a871a6af728b9d920))
* Update dependency click to v8.1.3 ([#823](https://togithub.com/googleapis/java-shared-dependencies/issues/823)) ([2ad211a](https://togithub.com/googleapis/java-shared-dependencies/commit/2ad211abb259b0fc225303f695a2f0399e19cd66))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#837](https://togithub.com/googleapis/java-shared-dependencies/issues/837)) ([d5472aa](https://togithub.com/googleapis/java-shared-dependencies/commit/d5472aa3a98c7a10737b6a9137dba8140087a31b))
* Update dependency gcp-releasetool to v1.8.8 ([#819](https://togithub.com/googleapis/java-shared-dependencies/issues/819)) ([bfef3b0](https://togithub.com/googleapis/java-shared-dependencies/commit/bfef3b0cf05bc200e707dfbf0330d672d824004c))
* Update dependency gcp-releasetool to v1.8.9 ([#846](https://togithub.com/googleapis/java-shared-dependencies/issues/846)) ([533c6a6](https://togithub.com/googleapis/java-shared-dependencies/commit/533c6a6382c2e933b2e87834b5b94913c1dc4943))
* Update dependency google-api-core to v2.10.1 ([#824](https://togithub.com/googleapis/java-shared-dependencies/issues/824)) ([1a5d233](https://togithub.com/googleapis/java-shared-dependencies/commit/1a5d233efa85f1dbd3aa272d2d305d24a35a7576))
* Update dependency google-auth to v2.12.0 ([#825](https://togithub.com/googleapis/java-shared-dependencies/issues/825)) ([cbca860](https://togithub.com/googleapis/java-shared-dependencies/commit/cbca860ae78c7ddf4541ed8b7c057710299162a8))
* Update dependency google-cloud-core to v2.3.2 ([#820](https://togithub.com/googleapis/java-shared-dependencies/issues/820)) ([65a1310](https://togithub.com/googleapis/java-shared-dependencies/commit/65a1310f50ce6914a67cb5e0e4d258f9f4466f11))
* Update dependency google-cloud-storage to v2.5.0 ([#826](https://togithub.com/googleapis/java-shared-dependencies/issues/826)) ([5fd7983](https://togithub.com/googleapis/java-shared-dependencies/commit/5fd7983489b971344e64010c7cfef0a2f60be667))
* Update dependency google-crc32c to v1.5.0 ([#827](https://togithub.com/googleapis/java-shared-dependencies/issues/827)) ([ee9e013](https://togithub.com/googleapis/java-shared-dependencies/commit/ee9e013106173cefbc10563d5d51dd906997c658))
* Update dependency google-resumable-media to v2.4.0 ([#838](https://togithub.com/googleapis/java-shared-dependencies/issues/838)) ([fb02810](https://togithub.com/googleapis/java-shared-dependencies/commit/fb02810c4a975fc75b26d680266ac48f85779a70))
* Update dependency googleapis-common-protos to v1.56.4 ([#821](https://togithub.com/googleapis/java-shared-dependencies/issues/821)) ([49d6423](https://togithub.com/googleapis/java-shared-dependencies/commit/49d64234d57d99c07689d0dd66697bb94d69e958))
* Update dependency importlib-metadata to v4.12.0 ([#832](https://togithub.com/googleapis/java-shared-dependencies/issues/832)) ([33ef522](https://togithub.com/googleapis/java-shared-dependencies/commit/33ef5228cb4fda9ef24e2b4396f970bc5ab67322))
* Update dependency importlib-metadata to v4.13.0 ([#843](https://togithub.com/googleapis/java-shared-dependencies/issues/843)) ([333b61b](https://togithub.com/googleapis/java-shared-dependencies/commit/333b61baf0f42d64699626bbc57315b3a826c3d3))
* Update dependency importlib-metadata to v5 ([#845](https://togithub.com/googleapis/java-shared-dependencies/issues/845)) ([7dc299d](https://togithub.com/googleapis/java-shared-dependencies/commit/7dc299da70133bb0fa9a363816ea804d540edc22))
* Update dependency io.grpc:grpc-bom to v1.49.1 ([#802](https://togithub.com/googleapis/java-shared-dependencies/issues/802)) ([a810f58](https://togithub.com/googleapis/java-shared-dependencies/commit/a810f587a5551e5f36a0b161bc350ebcb636acd5))
* Update dependency io.grpc:grpc-bom to v1.49.2 ([#842](https://togithub.com/googleapis/java-shared-dependencies/issues/842)) ([064a166](https://togithub.com/googleapis/java-shared-dependencies/commit/064a1666dd030c5f9fe35da7ebbda3dad2421427))
* Update dependency jeepney to v0.8.0 ([#833](https://togithub.com/googleapis/java-shared-dependencies/issues/833)) ([d1a5a67](https://togithub.com/googleapis/java-shared-dependencies/commit/d1a5a672089424d3ef9f85ae5d87b669484466e5))
* Update dependency jinja2 to v3.1.2 ([#834](https://togithub.com/googleapis/java-shared-dependencies/issues/834)) ([ad63e98](https://togithub.com/googleapis/java-shared-dependencies/commit/ad63e988d2407a62491a309160e1b87b4cc06d9a))
* Update dependency keyring to v23.9.3 ([#828](https://togithub.com/googleapis/java-shared-dependencies/issues/828)) ([8fed728](https://togithub.com/googleapis/java-shared-dependencies/commit/8fed728e6c84c8cade5bb24a827c558345149cff))
* Update dependency markupsafe to v2.1.1 ([#829](https://togithub.com/googleapis/java-shared-dependencies/issues/829)) ([6a93716](https://togithub.com/googleapis/java-shared-dependencies/commit/6a93716f6f161ced9a08840037bbfe7bfeee0814))
* Update dependency org.threeten:threetenbp to v1.6.2 ([#808](https://togithub.com/googleapis/java-shared-dependencies/issues/808)) ([f03792d](https://togithub.com/googleapis/java-shared-dependencies/commit/f03792d49370e0abbe6f90d37c513920759d6581))
* Update dependency protobuf to v3.20.2 ([#830](https://togithub.com/googleapis/java-shared-dependencies/issues/830)) ([544c20f](https://togithub.com/googleapis/java-shared-dependencies/commit/544c20f9b45fc42ba6b0071153c05034ea08ddc3))
* Update dependency protobuf to v3.20.3 ([#839](https://togithub.com/googleapis/java-shared-dependencies/issues/839)) ([69db6d7](https://togithub.com/googleapis/java-shared-dependencies/commit/69db6d7e56d4673a68e1f49a805635d054856326))
* Update dependency protobuf to v4 ([#817](https://togithub.com/googleapis/java-shared-dependencies/issues/817)) ([d2df74f](https://togithub.com/googleapis/java-shared-dependencies/commit/d2df74f6f456acbcccee7120b0ab164f73b8af93))
* Update dependency pyjwt to v2.5.0 ([#812](https://togithub.com/googleapis/java-shared-dependencies/issues/812)) ([8439533](https://togithub.com/googleapis/java-shared-dependencies/commit/843953365e464c72aa62df1a512a0ca6086a1c37))
* Update dependency requests to v2.28.1 ([#813](https://togithub.com/googleapis/java-shared-dependencies/issues/813)) ([de1d896](https://togithub.com/googleapis/java-shared-dependencies/commit/de1d896da6d7dcaedb520117d675290826d23505))
* Update dependency typing-extensions to v4.3.0 ([#814](https://togithub.com/googleapis/java-shared-dependencies/issues/814)) ([eb8b96b](https://togithub.com/googleapis/java-shared-dependencies/commit/eb8b96b916281aad8f330eb506a7d4be420c4263))
* Update dependency zipp to v3.8.1 ([#815](https://togithub.com/googleapis/java-shared-dependencies/issues/815)) ([74ee8f7](https://togithub.com/googleapis/java-shared-dependencies/commit/74ee8f75795091303236322e6c090a6a2b3f30e5))
* Update gax.version to v2.19.2 ([#847](https://togithub.com/googleapis/java-shared-dependencies/issues/847)) ([63228ac](https://togithub.com/googleapis/java-shared-dependencies/commit/63228ac05cfa27c6ecfee44eb91a8fabb94c5f59))
* Update google.common-protos.version to v2.9.3 ([#803](https://togithub.com/googleapis/java-shared-dependencies/issues/803)) ([cdf3fe6](https://togithub.com/googleapis/java-shared-dependencies/commit/cdf3fe6f7b7abbb9ef0c4a7cd1e4783dbbe0e238))
* Update google.common-protos.version to v2.9.5 ([#831](https://togithub.com/googleapis/java-shared-dependencies/issues/831)) ([62b5617](https://togithub.com/googleapis/java-shared-dependencies/commit/62b5617fa7960a1fdbad5743e44f14e2b6014b47))
* Update google.common-protos.version to v2.9.6 ([#844](https://togithub.com/googleapis/java-shared-dependencies/issues/844)) ([0cd42ae](https://togithub.com/googleapis/java-shared-dependencies/commit/0cd42aee75de5e3ddcde03165620aebae3ce2df0))
* Update google.core.version to v2.8.13 ([#804](https://togithub.com/googleapis/java-shared-dependencies/issues/804)) ([d1b585e](https://togithub.com/googleapis/java-shared-dependencies/commit/d1b585eb836fa55a97ca059426bce15cafcb2b5e))
* Update google.core.version to v2.8.14 ([#805](https://togithub.com/googleapis/java-shared-dependencies/issues/805)) ([3743485](https://togithub.com/googleapis/java-shared-dependencies/commit/37434855f0ec5bef09a8e8b0a062aa1df93da102))
* Update google.core.version to v2.8.15 ([#807](https://togithub.com/googleapis/java-shared-dependencies/issues/807)) ([614586e](https://togithub.com/googleapis/java-shared-dependencies/commit/614586ed92f203901c80ab5539f5c514bb5fe131))
* Update google.core.version to v2.8.16 ([#810](https://togithub.com/googleapis/java-shared-dependencies/issues/810)) ([6d04bef](https://togithub.com/googleapis/java-shared-dependencies/commit/6d04bef8689e87a7505ecb18e556b7d55a05d649))
* Update google.core.version to v2.8.17 ([#835](https://togithub.com/googleapis/java-shared-dependencies/issues/835)) ([5e84cc5](https://togithub.com/googleapis/java-shared-dependencies/commit/5e84cc533778443b798550fe9e3cb0888ad9b8ac))
* Update google.core.version to v2.8.18 ([#840](https://togithub.com/googleapis/java-shared-dependencies/issues/840)) ([203e8b4](https://togithub.com/googleapis/java-shared-dependencies/commit/203e8b4681186f863bc8d2f7e79c3c0102e592b4))
* Update google.core.version to v2.8.19 ([#841](https://togithub.com/googleapis/java-shared-dependencies/issues/841)) ([35bf0dc](https://togithub.com/googleapis/java-shared-dependencies/commit/35bf0dcb1b8e6143fb7750dc3e8eeeb6bfac9a3b))
* Update google.core.version to v2.8.20 ([#848](https://togithub.com/googleapis/java-shared-dependencies/issues/848)) ([047dc3f](https://togithub.com/googleapis/java-shared-dependencies/commit/047dc3f6f1b1a0c27079c8bc07046793c96f8dfc))
* Update iam.version to v1.6.1 ([#806](https://togithub.com/googleapis/java-shared-dependencies/issues/806)) ([b2fc57a](https://togithub.com/googleapis/java-shared-dependencies/commit/b2fc57a99d63554f456f185c136954c688300ab7))
* Update iam.version to v1.6.2 ([#849](https://togithub.com/googleapis/java-shared-dependencies/issues/849)) ([1251c42](https://togithub.com/googleapis/java-shared-dependencies/commit/1251c42fd0e9f31991236a1bfd2ff7010ab22e70))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: datastore Issues related to the Datastore API.
Projects
None yet
Development

No branches or pull requests

3 participants