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

Modified methods in ChangeRequest. #849

Merged
merged 5 commits into from
Apr 4, 2016
Merged

Conversation

mderka
Copy link

@mderka mderka commented Apr 4, 2016

Added reload() and isDone() to change request. Also changed signature of applyTo().

See #679 for the discussion.

Added reload() and isDone() to change request.
Also changed signature of applyTo().
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 4, 2016
@mderka mderka added the api: dns Issues related to the Cloud DNS API. label Apr 4, 2016
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 52567fd on mderka:cr-reload-done into * on GoogleCloudPlatform:master*.

}

/**
* Retrieves the up-to-date information about the change request from Google Cloud DNS. Parameter

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 3becc74 on mderka:cr-reload-done into * on GoogleCloudPlatform:master*.

}

/**
* Returns {@code true} if the change request has been completed. The function makes an API call
* to Google Cloud DNS in order request the status update.
* to Google Cloud DNS in order request the status update only if the status of the change request

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.007%) to 85.545% when pulling 8ad3e89 on mderka:cr-reload-done into d17e325 on GoogleCloudPlatform:master.

*/
public boolean isDone() {
if (status() == Status.DONE) {
return true;
}
ChangeRequest updated = reload(Dns.ChangeRequestOption.fields(Dns.ChangeRequestField.STATUS));
return updated.status() == Status.DONE;

return updated == null || updated.status() == Status.DONE;

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.007%) to 85.545% when pulling 8ad3e89 on mderka:cr-reload-done into d17e325 on GoogleCloudPlatform:master.

*/
public ChangeRequest applyTo(Dns.ChangeRequestOption... options) {
return dns.applyChangeRequest(zone, this, options);
public ChangeRequest applyTo(String zoneName, Dns.ChangeRequestOption... options) {

This comment was marked as spam.

This comment was marked as spam.

@aozarov
Copy link
Contributor

aozarov commented Apr 4, 2016

Looks good to me. Few more small things. @mziccard any more feedback?

@mziccard
Copy link
Contributor

mziccard commented Apr 4, 2016

Looks good to me!

@mderka
Copy link
Author

mderka commented Apr 4, 2016

Ok. I will squash and merge when travis finishes.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.007%) to 85.545% when pulling 74a4cf6 on mderka:cr-reload-done into d17e325 on GoogleCloudPlatform:master.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 85.555% when pulling 74a4cf6 on mderka:cr-reload-done into d17e325 on GoogleCloudPlatform:master.

@mderka mderka merged commit 560d0b6 into googleapis:master Apr 4, 2016
github-actions bot pushed a commit that referenced this pull request Jun 23, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 456641589

Source-Link: googleapis/googleapis@8a251f5

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4ca52a529cf01308d9714950edffbea3560cfbdb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGNhNTJhNTI5Y2YwMTMwOGQ5NzE0OTUwZWRmZmJlYTM1NjBjZmJkYiJ9
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request 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 pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
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 pull request Jul 25, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
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 pull request Aug 16, 2022
…1.0 (#849)

[![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.0.0` -> `26.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/compatibility-slim/26.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/confidence-slim/26.0.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 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-datacatalog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…1.1 (#849)

[![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 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-kms).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE4NC4yIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…1575) (#849)

Source-Link: googleapis/synthtool@2e9ac19
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
github-actions bot pushed a commit that referenced this pull request 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 pull request 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 pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [1.5.6](https://togithub.com/googleapis/java-resourcemanager/compare/v1.5.5...v1.5.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#864](https://togithub.com/googleapis/java-resourcemanager/issues/864)) ([5c8078b](https://togithub.com/googleapis/java-resourcemanager/commit/5c8078b5a43ef1fdeb47e4df82ea00609a4b4238))
* Update dependency certifi to v2022.9.24 ([#845](https://togithub.com/googleapis/java-resourcemanager/issues/845)) ([21ecab5](https://togithub.com/googleapis/java-resourcemanager/commit/21ecab5190d5fc326a0b621aff1d9fb8ec4418b4))
* Update dependency charset-normalizer to v2.1.1 ([#849](https://togithub.com/googleapis/java-resourcemanager/issues/849)) ([666d51e](https://togithub.com/googleapis/java-resourcemanager/commit/666d51e245d1c43fa2c2e07b0ec8076a033a4395))
* Update dependency click to v8.1.3 ([#850](https://togithub.com/googleapis/java-resourcemanager/issues/850)) ([e3c4f45](https://togithub.com/googleapis/java-resourcemanager/commit/e3c4f456578c70369b8c1c661aeb3507883940c1))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#869](https://togithub.com/googleapis/java-resourcemanager/issues/869)) ([b8eeb07](https://togithub.com/googleapis/java-resourcemanager/commit/b8eeb078dd899f422f1c652d88037b33a074d38d))
* Update dependency gcp-releasetool to v1.8.8 ([#844](https://togithub.com/googleapis/java-resourcemanager/issues/844)) ([4d89f10](https://togithub.com/googleapis/java-resourcemanager/commit/4d89f1036306f0c8c50afa424bea271724f4a9eb))
* Update dependency google-api-core to v2.10.1 ([#851](https://togithub.com/googleapis/java-resourcemanager/issues/851)) ([330684b](https://togithub.com/googleapis/java-resourcemanager/commit/330684b8251c6b28b8b77d22d739296d0869680a))
* Update dependency google-auth to v2.11.1 ([#846](https://togithub.com/googleapis/java-resourcemanager/issues/846)) ([9bdd15a](https://togithub.com/googleapis/java-resourcemanager/commit/9bdd15a5b490a3d194394c02c814b267ef2e3552))
* Update dependency google-auth to v2.12.0 ([#867](https://togithub.com/googleapis/java-resourcemanager/issues/867)) ([785ce62](https://togithub.com/googleapis/java-resourcemanager/commit/785ce62600848991764548aa5587db4d64fdd9b2))
* Update dependency google-cloud-core to v2.3.2 ([#847](https://togithub.com/googleapis/java-resourcemanager/issues/847)) ([a236eec](https://togithub.com/googleapis/java-resourcemanager/commit/a236eecbb4235e32d30783854fc5cfaff271308b))
* Update dependency google-cloud-storage to v2.5.0 ([#852](https://togithub.com/googleapis/java-resourcemanager/issues/852)) ([2909d4f](https://togithub.com/googleapis/java-resourcemanager/commit/2909d4f5e1ced0fc8bf604dff4835cb0f00ffd8a))
* Update dependency google-crc32c to v1.5.0 ([#853](https://togithub.com/googleapis/java-resourcemanager/issues/853)) ([cc0b569](https://togithub.com/googleapis/java-resourcemanager/commit/cc0b56911719f5eaf90446c1bad3973effef9644))
* Update dependency googleapis-common-protos to v1.56.4 ([#848](https://togithub.com/googleapis/java-resourcemanager/issues/848)) ([9453cbf](https://togithub.com/googleapis/java-resourcemanager/commit/9453cbf605c8273a45e9eb293d1e3ceea1e6319c))
* Update dependency importlib-metadata to v4.12.0 ([#854](https://togithub.com/googleapis/java-resourcemanager/issues/854)) ([799d83b](https://togithub.com/googleapis/java-resourcemanager/commit/799d83b78e63533b7b4c4a104674d085bc3945e7))
* Update dependency jeepney to v0.8.0 ([#861](https://togithub.com/googleapis/java-resourcemanager/issues/861)) ([d2c2040](https://togithub.com/googleapis/java-resourcemanager/commit/d2c20402e797ab782dfc4acdbe14bbca10cef026))
* Update dependency jinja2 to v3.1.2 ([#862](https://togithub.com/googleapis/java-resourcemanager/issues/862)) ([56a5934](https://togithub.com/googleapis/java-resourcemanager/commit/56a593419832ff70f14de9daaea78b976d3a980c))
* Update dependency keyring to v23.9.3 ([#863](https://togithub.com/googleapis/java-resourcemanager/issues/863)) ([722917b](https://togithub.com/googleapis/java-resourcemanager/commit/722917ba6a2ac56a259302f1eff5a6c7936affd3))
* Update dependency markupsafe to v2.1.1 ([#855](https://togithub.com/googleapis/java-resourcemanager/issues/855)) ([5c0a032](https://togithub.com/googleapis/java-resourcemanager/commit/5c0a032fb808c506ab4b776d14c52bc08b8b29dd))
* Update dependency protobuf to v3.20.2 ([#856](https://togithub.com/googleapis/java-resourcemanager/issues/856)) ([9f374d9](https://togithub.com/googleapis/java-resourcemanager/commit/9f374d9487985c8f7a650275b5bf65fb2011ec15))
* Update dependency protobuf to v4 ([#865](https://togithub.com/googleapis/java-resourcemanager/issues/865)) ([32fab80](https://togithub.com/googleapis/java-resourcemanager/commit/32fab8076b1b79832914a9d40e82e0de149c853d))
* Update dependency pyjwt to v2.5.0 ([#857](https://togithub.com/googleapis/java-resourcemanager/issues/857)) ([e9b775c](https://togithub.com/googleapis/java-resourcemanager/commit/e9b775c0b3d29f60e277ae42d645af1a0a5850a3))
* Update dependency typing-extensions to v4.3.0 ([#859](https://togithub.com/googleapis/java-resourcemanager/issues/859)) ([d9da376](https://togithub.com/googleapis/java-resourcemanager/commit/d9da3765c6498097bab92d338230f27fd2318a1c))
* Update dependency zipp to v3.8.1 ([#860](https://togithub.com/googleapis/java-resourcemanager/issues/860)) ([1f363b5](https://togithub.com/googleapis/java-resourcemanager/commit/1f363b582c316bcef7afdee202ccef4293fc0659))

---
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 pull request Oct 6, 2022
…der to v2.5.7 (#849)

[![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-recommender](https://togithub.com/googleapis/java-recommender) | `2.5.6` -> `2.5.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-recommender/2.5.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-recommender/2.5.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-recommender/2.5.7/compatibility-slim/2.5.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-recommender/2.5.7/confidence-slim/2.5.6)](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-recommender).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
suztomo pushed a commit that referenced this pull request 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 |
|---|---|---|---|---|---|
| [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | `2.18.1` -> `2.18.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.18.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.18.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.18.2/compatibility-slim/2.18.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.18.2/confidence-slim/2.18.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.18.2`](https://togithub.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#&#8203;2182-httpsgithubcomgoogleapisgax-javacomparev2181v2182-2022-06-16)

[Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.18.1...v2.18.2)

##### Bug Fixes

-   **deps:** update dependency com.google.api:api-common to v2.2.1 ([#&#8203;1699](https://togithub.com/googleapis/gax-java/issues/1699)) ([be79d10](https://togithub.com/googleapis/gax-java/commit/be79d108601290d533126e996600a5864a7e810f))
-   **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.7.0 ([#&#8203;1700](https://togithub.com/googleapis/gax-java/issues/1700)) ([640525e](https://togithub.com/googleapis/gax-java/commit/640525ea4d2df46c187f867f7c13325aebd819c6))
-   **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.7.0 ([#&#8203;1701](https://togithub.com/googleapis/gax-java/issues/1701)) ([0f27ef7](https://togithub.com/googleapis/gax-java/commit/0f27ef7b63aa37fd7797e43803802a519d710658))
-   **deps:** update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#&#8203;1702](https://togithub.com/googleapis/gax-java/issues/1702)) ([96c4fa8](https://togithub.com/googleapis/gax-java/commit/96c4fa8b76e485fb6e19b183c11d660bd949c6c2))
-   **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#&#8203;1703](https://togithub.com/googleapis/gax-java/issues/1703)) ([3e07036](https://togithub.com/googleapis/gax-java/commit/3e07036bba7c6945c76a76cd623726c71d74ade2))
-   **deps:** update dependency io.grpc:grpc-bom to v1.47.0 ([#&#8203;1704](https://togithub.com/googleapis/gax-java/issues/1704)) ([0317926](https://togithub.com/googleapis/gax-java/commit/0317926ea97940df73738d1617e0b154e70b7e32))
-   **deps:** update dependency io.opencensus:opencensus-api to v0.31.1 ([#&#8203;1697](https://togithub.com/googleapis/gax-java/issues/1697)) ([f9f9e1e](https://togithub.com/googleapis/gax-java/commit/f9f9e1e2a16532c3051595138bc2e99c71268f3a))
-   **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.1.0.1 ([#&#8203;1698](https://togithub.com/googleapis/gax-java/issues/1698)) ([59fbff9](https://togithub.com/googleapis/gax-java/commit/59fbff938981be18134c1410c02d86dbf801f4a7))

##### Dependencies

-   update dependency com.google.api.grpc:proto-google-common-protos to v2.9.0 ([#&#8203;1713](https://togithub.com/googleapis/gax-java/issues/1713)) ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update dependency io.grpc:grpc-bom to v1.47.0 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update dependency io.opencensus:opencensus-api to v0.31.1 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update dependency org.mockito:mockito-core to v4.6.1 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update dependency org.threeten:threetenbp to v1.6.0 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update io.netty dependencies to v4.1.72.Final ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))
-   update plugin org.sonarqube to v3.4.0.2513 ([c5eb06e](https://togithub.com/googleapis/gax-java/commit/c5eb06eec5d2cde85d37b096418e873c1bd83470))

##### [2.18.1](https://togithub.com/googleapis/gax-java/compare/v2.18.0...v2.18.1) (2022-05-19)

##### Dependencies

-   upgrade grpc to 1.46.0 ([#&#8203;1688](https://togithub.com/googleapis/gax-java/issues/1688)) ([18147a4](https://togithub.com/googleapis/gax-java/commit/18147a4f558635b27d30eb05468321b52321db13))

</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 pull request 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 pull request 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 |
|---|---|---|---|---|---|
| [com.google.api.grpc:grpc-google-iam-v1](https://togithub.com/googleapis/java-iam/grpc-google-iam-v1) ([source](https://togithub.com/googleapis/java-iam)) | `1.6.1` -> `1.6.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.6.2/compatibility-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.6.2/confidence-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.api.grpc:proto-google-iam-v1](https://togithub.com/googleapis/java-iam/proto-google-iam-v1) ([source](https://togithub.com/googleapis/java-iam)) | `1.6.1` -> `1.6.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.2/compatibility-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.6.2/confidence-slim/1.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v1.6.2`](https://togithub.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#&#8203;162-httpsgithubcomgoogleapisjava-iamcomparev161v162-2022-10-02)

[Compare Source](https://togithub.com/googleapis/java-iam/compare/v1.6.1...v1.6.2)

##### Documentation

-   **samples:** Update package names to match v2 ([#&#8203;424](https://togithub.com/googleapis/java-iam/issues/424)) ([7fda749](https://togithub.com/googleapis/java-iam/commit/7fda74962365073996bf1f0a6229bbf8984d1d09))

##### Dependencies

-   Update dependency cachetools to v5 ([#&#8203;459](https://togithub.com/googleapis/java-iam/issues/459)) ([3984974](https://togithub.com/googleapis/java-iam/commit/3984974630ccd0921f12d276dbc22eb6798e74a9))
-   Update dependency certifi to v2022.9.24 ([#&#8203;440](https://togithub.com/googleapis/java-iam/issues/440)) ([e0ebd9e](https://togithub.com/googleapis/java-iam/commit/e0ebd9e20a25e6edf7b913dea0943909ec28effb))
-   Update dependency charset-normalizer to v2.1.1 ([#&#8203;444](https://togithub.com/googleapis/java-iam/issues/444)) ([4bac18b](https://togithub.com/googleapis/java-iam/commit/4bac18bd92702502730b878f10dcb12b39dfa1cf))
-   Update dependency click to v8.1.3 ([#&#8203;445](https://togithub.com/googleapis/java-iam/issues/445)) ([e21bea2](https://togithub.com/googleapis/java-iam/commit/e21bea21af318e34220a649e9ec4bd9214f11feb))
-   Update dependency com.google.apis:google-api-services-cloudresourcemanager to v3-rev20220911-2.0.0 ([#&#8203;435](https://togithub.com/googleapis/java-iam/issues/435)) ([63a136b](https://togithub.com/googleapis/java-iam/commit/63a136b56dff577ac1e630293c80bd10539c1930))
-   Update dependency com.google.apis:google-api-services-cloudresourcemanager to v3-rev20220925-2.0.0 ([#&#8203;439](https://togithub.com/googleapis/java-iam/issues/439)) ([85b1d0f](https://togithub.com/googleapis/java-iam/commit/85b1d0f68950095c3ffd1ecda7eedc82ac5a92b1))
-   Update dependency com.google.cloud:google-iam-policy to v1.6.1 ([#&#8203;434](https://togithub.com/googleapis/java-iam/issues/434)) ([b468d86](https://togithub.com/googleapis/java-iam/commit/b468d86fdeb55b3f463a5c03c61f37f467bfeef6))
-   Update dependency com.google.protobuf:protobuf-java to v3.21.7 ([#&#8203;463](https://togithub.com/googleapis/java-iam/issues/463)) ([a58810f](https://togithub.com/googleapis/java-iam/commit/a58810f3f6fc641b74cb92d358f71f9461ad9664))
-   Update dependency gcp-releasetool to v1.8.8 ([#&#8203;441](https://togithub.com/googleapis/java-iam/issues/441)) ([89469a8](https://togithub.com/googleapis/java-iam/commit/89469a845e62479ab0f34a219486020d398aaf70))
-   Update dependency google-api-core to v2.10.1 ([#&#8203;446](https://togithub.com/googleapis/java-iam/issues/446)) ([69dbd0d](https://togithub.com/googleapis/java-iam/commit/69dbd0d656656943851a9f5b159b4de0f7665a5d))
-   Update dependency google-auth to v2.12.0 ([#&#8203;447](https://togithub.com/googleapis/java-iam/issues/447)) ([10fed85](https://togithub.com/googleapis/java-iam/commit/10fed85610182533b695fe741fe8e158e7b3799a))
-   Update dependency google-cloud-core to v2.3.2 ([#&#8203;442](https://togithub.com/googleapis/java-iam/issues/442)) ([709e0b4](https://togithub.com/googleapis/java-iam/commit/709e0b407610ee5fec6bb38b695504c245f5d003))
-   Update dependency google-cloud-storage to v2.5.0 ([#&#8203;448](https://togithub.com/googleapis/java-iam/issues/448)) ([4ef1f8e](https://togithub.com/googleapis/java-iam/commit/4ef1f8e6f5317ba339b94613a120d540acd90f57))
-   Update dependency google-crc32c to v1.5.0 ([#&#8203;449](https://togithub.com/googleapis/java-iam/issues/449)) ([e54b847](https://togithub.com/googleapis/java-iam/commit/e54b8479589cb2350356c78c2f2a44a841e8f904))
-   Update dependency googleapis-common-protos to v1.56.4 ([#&#8203;443](https://togithub.com/googleapis/java-iam/issues/443)) ([d060a5b](https://togithub.com/googleapis/java-iam/commit/d060a5b90ba189f1118b4ad899c7a0e9ad39bf44))
-   Update dependency importlib-metadata to v4.12.0 ([#&#8203;450](https://togithub.com/googleapis/java-iam/issues/450)) ([248b90a](https://togithub.com/googleapis/java-iam/commit/248b90a6f715d881856a50e55df45b19a695ff32))
-   Update dependency io.grpc:grpc-protobuf to v1.49.2 ([#&#8203;464](https://togithub.com/googleapis/java-iam/issues/464)) ([406e890](https://togithub.com/googleapis/java-iam/commit/406e89048c62e264dcf93ef5c940734e7367a00f))
-   Update dependency io.grpc:grpc-stub to v1.49.2 ([#&#8203;465](https://togithub.com/googleapis/java-iam/issues/465)) ([8735303](https://togithub.com/googleapis/java-iam/commit/8735303fc9eb7b1198ce2a2019e33ad5f63ec1cf))
-   Update dependency jeepney to v0.8.0 ([#&#8203;451](https://togithub.com/googleapis/java-iam/issues/451)) ([0721ab8](https://togithub.com/googleapis/java-iam/commit/0721ab835c3a0588632916e70b2d92ff51824de6))
-   Update dependency jinja2 to v3.1.2 ([#&#8203;452](https://togithub.com/googleapis/java-iam/issues/452)) ([514f80c](https://togithub.com/googleapis/java-iam/commit/514f80c8f051a8bb2f2fbf19d0e130c12b70ee9a))
-   Update dependency markupsafe to v2.1.1 ([#&#8203;454](https://togithub.com/googleapis/java-iam/issues/454)) ([d6123a7](https://togithub.com/googleapis/java-iam/commit/d6123a709b01e1c40ce8423ebd70ed5a6c4ae4a0))
-   Update dependency protobuf to v3.20.2 ([#&#8203;455](https://togithub.com/googleapis/java-iam/issues/455)) ([c9a631a](https://togithub.com/googleapis/java-iam/commit/c9a631ac0ba852fee31ddd458bb40bd78a081b75))
-   Update dependency protobuf to v4 ([#&#8203;460](https://togithub.com/googleapis/java-iam/issues/460)) ([7738293](https://togithub.com/googleapis/java-iam/commit/773829323697e3c5785eb9b7bf7000fd296921b7))
-   Update dependency pyjwt to v2.5.0 ([#&#8203;461](https://togithub.com/googleapis/java-iam/issues/461)) ([5f1659f](https://togithub.com/googleapis/java-iam/commit/5f1659f2cb1a20d9a034e1f6214ec793d2ef908c))
-   Update dependency requests to v2.28.1 ([#&#8203;456](https://togithub.com/googleapis/java-iam/issues/456)) ([c390fee](https://togithub.com/googleapis/java-iam/commit/c390fee02a5545c567d45cc4375a5eb549d9765f))
-   Update dependency typing-extensions to v4.3.0 ([#&#8203;457](https://togithub.com/googleapis/java-iam/issues/457)) ([913effd](https://togithub.com/googleapis/java-iam/commit/913effd62b170e96ebd74456b02692f462cedc40))
-   Update dependency zipp to v3.8.1 ([#&#8203;458](https://togithub.com/googleapis/java-iam/issues/458)) ([5afe18a](https://togithub.com/googleapis/java-iam/commit/5afe18a7c6c0ef89b603455cea5569be71b27173))

</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 these updates 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-shared-dependencies).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4wIn0=-->
suztomo pushed a commit that referenced this pull request 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: dns Issues related to the Cloud DNS API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants