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

Provide a way to configure connection and readTimeout #232

Closed
aozarov opened this issue Oct 8, 2015 · 4 comments
Closed

Provide a way to configure connection and readTimeout #232

aozarov opened this issue Oct 8, 2015 · 4 comments
Assignees
Labels
api: core 🚨 This issue needs some love. triage me I really want to be triaged.

Comments

@aozarov
Copy link
Contributor

aozarov commented Oct 8, 2015

This should be a setting in ServiceOptions.

Once we get it from the user we can set it by the HttpRequestInitializer.

@aozarov
Copy link
Contributor Author

aozarov commented Oct 8, 2015

Note that currently the default values are:

connectTimeout - 20 seconds.
readTimeout - 20 seconds.

This was taken from here.

@mziccard
Copy link
Contributor

mziccard commented Oct 9, 2015

After merging #236, oraclejdk8 build failed with:

Tests run: 21, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 55.846 sec <<< FAILURE! - in com.google.gcloud.storage.ITStorageTest
testPostSignedUrl(com.google.gcloud.storage.ITStorageTest)  Time elapsed: 20.011 sec  <<< ERROR!
com.google.gcloud.storage.StorageException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:150)
    at java.net.SocketInputStream.read(SocketInputStream.java:121)
    at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
    at sun.security.ssl.InputRecord.read(InputRecord.java:503)
    at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:961)
    at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:918)
    at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
    at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:703)
    at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:338)
    at com.google.api.client.http.javanet.NetHttpResponse.<init>(NetHttpResponse.java:37)
    at com.google.api.client.http.javanet.NetHttpRequest.execute(NetHttpRequest.java:94)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:972)
    at com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequestWithoutGZip(MediaHttpUploader.java:545)
    at com.google.api.client.googleapis.media.MediaHttpUploader.executeCurrentRequest(MediaHttpUploader.java:562)
    at com.google.api.client.googleapis.media.MediaHttpUploader.directUpload(MediaHttpUploader.java:360)
    at com.google.api.client.googleapis.media.MediaHttpUploader.upload(MediaHttpUploader.java:334)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:427)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:352)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:469)
    at com.google.gcloud.spi.DefaultStorageRpc.create(DefaultStorageRpc.java:137)
    at com.google.gcloud.storage.StorageImpl$3.call(StorageImpl.java:142)
    at com.google.gcloud.storage.StorageImpl$3.call(StorageImpl.java:139)
    at com.google.gcloud.RetryHelper.doRetry(RetryHelper.java:181)
    at com.google.gcloud.RetryHelper.runWithRetries(RetryHelper.java:247)
    at com.google.gcloud.RetryHelper.runWithRetries(RetryHelper.java:237)
    at com.google.gcloud.storage.StorageImpl.create(StorageImpl.java:139)
    at com.google.gcloud.storage.StorageImpl.create(StorageImpl.java:124)
    at com.google.gcloud.storage.ITStorageTest.testPostSignedUrl(ITStorageTest.java:453)

@aozarov
Copy link
Contributor Author

aozarov commented Oct 9, 2015

Yes, re-opened #220, hoping #234 would fix it.

@aozarov
Copy link
Contributor Author

aozarov commented Oct 9, 2015

Fixed by #234

@aozarov aozarov closed this as completed Oct 9, 2015
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
github-actions bot pushed a commit that referenced this issue Jun 21, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 454027580

Source-Link: googleapis/googleapis@1b22277

Source-Link: googleapis/googleapis-gen@e04cea2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
github-actions bot pushed a commit that referenced this issue Jun 23, 2022
…cies to v2.13.0 (#232)

[![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) | `2.12.0` -> `2.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.13.0/compatibility-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.13.0/confidence-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v2.13.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;2130-httpsgithubcomgoogleapisjava-shared-dependenciescomparev2120v2130-2022-06-22)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.12.0...v2.13.0)

##### Dependencies

-   update dependency com.google.api-client:google-api-client-bom to v1.35.0 ([#&#8203;709](https://togithub.com/googleapis/java-shared-dependencies/issues/709)) ([239f8c3](https://togithub.com/googleapis/java-shared-dependencies/commit/239f8c33a11e233e6af79aee8c7e68cd156a0554))
-   update dependency com.google.api-client:google-api-client-bom to v1.35.1 ([#&#8203;713](https://togithub.com/googleapis/java-shared-dependencies/issues/713)) ([6559b45](https://togithub.com/googleapis/java-shared-dependencies/commit/6559b45b027dba783a9525d35e32183d78773cbe))
-   update dependency com.google.api:api-common to v2.2.1 ([#&#8203;710](https://togithub.com/googleapis/java-shared-dependencies/issues/710)) ([650d4c5](https://togithub.com/googleapis/java-shared-dependencies/commit/650d4c5f8c3cfce711257d47280ad773cd2e2414))
-   update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#&#8203;701](https://togithub.com/googleapis/java-shared-dependencies/issues/701)) ([d24730f](https://togithub.com/googleapis/java-shared-dependencies/commit/d24730f78669f80b109e590b903446e5552e3e36))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.0 ([#&#8203;711](https://togithub.com/googleapis/java-shared-dependencies/issues/711)) ([5168a18](https://togithub.com/googleapis/java-shared-dependencies/commit/5168a181722128d434a0d0d2ab5cc485686bbc78))
-   update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.0 ([#&#8203;708](https://togithub.com/googleapis/java-shared-dependencies/issues/708)) ([620336e](https://togithub.com/googleapis/java-shared-dependencies/commit/620336e6733e2017116e5e8a7b403b183a728bc1))
-   update dependency com.google.oauth-client:google-oauth-client-bom to v1.34.1 ([#&#8203;712](https://togithub.com/googleapis/java-shared-dependencies/issues/712)) ([a2c18a5](https://togithub.com/googleapis/java-shared-dependencies/commit/a2c18a5bc4152cc9034cec691a29f54a35c38a51))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#&#8203;703](https://togithub.com/googleapis/java-shared-dependencies/issues/703)) ([5f9fe12](https://togithub.com/googleapis/java-shared-dependencies/commit/5f9fe1200b4bdf4c54bf947c21bd3ed02f26f990))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.1 ([#&#8203;705](https://togithub.com/googleapis/java-shared-dependencies/issues/705)) ([c68edfb](https://togithub.com/googleapis/java-shared-dependencies/commit/c68edfbe7e1993e1112640b867b29aa2fbcf7579))
-   update dependency io.grpc:grpc-bom to v1.47.0 ([#&#8203;707](https://togithub.com/googleapis/java-shared-dependencies/issues/707)) ([d02918a](https://togithub.com/googleapis/java-shared-dependencies/commit/d02918a0418cd65d1d247f27afb0637f1f8f5666))
-   update dependency org.checkerframework:checker-qual to v3.22.1 ([#&#8203;706](https://togithub.com/googleapis/java-shared-dependencies/issues/706)) ([545843b](https://togithub.com/googleapis/java-shared-dependencies/commit/545843b492cead230b8cc72a1dae7d4922f33b39))
-   update dependency org.checkerframework:checker-qual to v3.22.2 ([#&#8203;717](https://togithub.com/googleapis/java-shared-dependencies/issues/717)) ([142852a](https://togithub.com/googleapis/java-shared-dependencies/commit/142852a37140f221197f5c71aed451def353b1e0))
-   update gax.version to v2.18.2 ([#&#8203;718](https://togithub.com/googleapis/java-shared-dependencies/issues/718)) ([5f8156e](https://togithub.com/googleapis/java-shared-dependencies/commit/5f8156e55c6a07b018a8c5efafa68be781b4288b))
-   update google.common-protos.version to v2.9.0 ([#&#8203;714](https://togithub.com/googleapis/java-shared-dependencies/issues/714)) ([9e5591e](https://togithub.com/googleapis/java-shared-dependencies/commit/9e5591ec3035350450ecbfebd00e08216433b06c))
-   update google.core.version to v2.8.0 ([#&#8203;719](https://togithub.com/googleapis/java-shared-dependencies/issues/719)) ([4023c60](https://togithub.com/googleapis/java-shared-dependencies/commit/4023c6063a2c5b5308da531df1a08c90c491965d))
-   update iam.version to v1.4.0 ([#&#8203;700](https://togithub.com/googleapis/java-shared-dependencies/issues/700)) ([c1097a4](https://togithub.com/googleapis/java-shared-dependencies/commit/c1097a46ab0739b0b7234bc510e4c3d9ce2c2861))
-   update iam.version to v1.4.1 ([#&#8203;716](https://togithub.com/googleapis/java-shared-dependencies/issues/716)) ([e2dc7c2](https://togithub.com/googleapis/java-shared-dependencies/commit/e2dc7c21c39e007878841e2664d548ec44a72d54))

</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-dms).
github-actions bot pushed a commit that referenced this issue Jun 23, 2022
🤖 I have created a release *beep* *boop*
---


## [2.2.1](googleapis/java-dms@v2.2.0...v2.2.1) (2022-06-23)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#232](googleapis/java-dms#232)) ([cd303d7](googleapis/java-dms@cd303d7))

---
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 Jun 23, 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 to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/a026049b-cc18-4924-8266-79d436aa0a09/targets

- [ ] To automatically regenerate this PR, check this box.
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
…roubleshooter to v1.1.1 (googleapis#232)

[![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-policy-troubleshooter](https://togithub.com/googleapis/java-policy-troubleshooter) | `1.1.0` -> `1.1.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-policy-troubleshooter/1.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-policy-troubleshooter/1.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-policy-troubleshooter/1.1.1/compatibility-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-policy-troubleshooter/1.1.1/confidence-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-policy-troubleshooter</summary>

### [`v1.1.1`](https://togithub.com/googleapis/java-policy-troubleshooter/blob/HEAD/CHANGELOG.md#&#8203;111-httpsgithubcomgoogleapisjava-policy-troubleshootercomparev110v111-2022-06-23)

[Compare Source](https://togithub.com/googleapis/java-policy-troubleshooter/compare/v1.1.0...v1.1.1)

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#&googleapis#8203;228](https://togithub.com/googleapis/java-policy-troubleshooter/issues/228)) ([dff532c](https://togithub.com/googleapis/java-policy-troubleshooter/commit/dff532c588dad62e5b9dc98770bc1261aeaa4ccc))

</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-policy-troubleshooter).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this issue Jun 29, 2022
)

* chore: update dependencies for regapic

* add more dependencies and trigger comment

* update goldens

* fix indentation

* remove duplicate gax-httpjson dependency

* remove duplicated dependencies
Source-Link: googleapis/synthtool@fa54eb2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
github-actions bot pushed a commit that referenced this issue Jul 1, 2022
🤖 I have created a release \*beep\* \*boop\*
---
## [0.4.0](https://www.github.com/googleapis/java-workflows/compare/v0.3.1...v0.4.0) (2021-04-29)


### Features

* v1 client generation ([#240](https://www.github.com/googleapis/java-workflows/issues/240)) ([19de824](https://www.github.com/googleapis/java-workflows/commit/19de824759b9bf2fe9856180f0112b76df44c1d1))


### Bug Fixes

* release scripts from issuing overlapping phases ([#234](https://www.github.com/googleapis/java-workflows/issues/234)) ([a026a17](https://www.github.com/googleapis/java-workflows/commit/a026a1709732a466a9700119a9bd2379e52a928a))
* typo ([#231](https://www.github.com/googleapis/java-workflows/issues/231)) ([83566fc](https://www.github.com/googleapis/java-workflows/commit/83566fcc2182cf6f66c9c75f211440f6f6ac3047))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#235](https://www.github.com/googleapis/java-workflows/issues/235)) ([99f69af](https://www.github.com/googleapis/java-workflows/commit/99f69aff8126784ed86a4f40ff93a0e8442ce50b))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#238](https://www.github.com/googleapis/java-workflows/issues/238)) ([f1b4385](https://www.github.com/googleapis/java-workflows/commit/f1b4385ebfb59d8813c3101fe58c3f56f2e900fc))
---


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 20, 2022
…ers for Java code (#1494) (#232)

Source-Link: googleapis/synthtool@da89e53
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9
github-actions bot pushed a commit that referenced this issue Aug 25, 2022
- [ ] Regenerate this pull request now.

Clients can now specify machine type and min/max instances when creating a connector.

PiperOrigin-RevId: 469463049

Source-Link: googleapis/googleapis@17b39f1

Source-Link: googleapis/googleapis-gen@88b74ac
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODhiNzRhYzY5ZTc2NzkxYTAyMGNiNTQzNzQ3YzA5MDY1NWVlNzE0NCJ9
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.4](googleapis/java-tpu@v2.3.3...v2.3.4) (2022-09-09)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#231](googleapis/java-tpu#231)) ([4e300e9](googleapis/java-tpu@4e300e9))

---
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 Sep 15, 2022
…1575) (#232)

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 issue Sep 19, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.0](googleapis/java-vpcaccess@v2.3.2...v2.4.0) (2022-09-15)


### Features

* Adds support for configuring scaling settings ([#232](googleapis/java-vpcaccess#232)) ([953c975](googleapis/java-vpcaccess@953c975))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#235](googleapis/java-vpcaccess#235)) ([204463f](googleapis/java-vpcaccess@204463f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#237](googleapis/java-vpcaccess#237)) ([fcc31d1](googleapis/java-vpcaccess@fcc31d1))

---
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 Sep 30, 2022
🤖 I have created a release *beep* *boop*
---


## [2.3.5](https://togithub.com/googleapis/java-apigee-connect/compare/v2.3.4...v2.3.5) (2022-09-30)


### Dependencies

* Update dependency cachetools to v5 ([#240](https://togithub.com/googleapis/java-apigee-connect/issues/240)) ([4040c93](https://togithub.com/googleapis/java-apigee-connect/commit/4040c932c62445bfe9181053b570dbc670d95287))
* Update dependency certifi to v2022.9.24 ([#219](https://togithub.com/googleapis/java-apigee-connect/issues/219)) ([f6387b2](https://togithub.com/googleapis/java-apigee-connect/commit/f6387b211a8dfd9ad7ea664172a02f2bf7c2e818))
* Update dependency charset-normalizer to v2.1.1 ([#223](https://togithub.com/googleapis/java-apigee-connect/issues/223)) ([7345efa](https://togithub.com/googleapis/java-apigee-connect/commit/7345efacb481e4574306f5f570a6f43bbc7bb074))
* Update dependency click to v8.1.3 ([#224](https://togithub.com/googleapis/java-apigee-connect/issues/224)) ([496c0c6](https://togithub.com/googleapis/java-apigee-connect/commit/496c0c68bfad0b7698143081323a27ca7477daf3))
* Update dependency gcp-releasetool to v1.8.8 ([#220](https://togithub.com/googleapis/java-apigee-connect/issues/220)) ([3216f52](https://togithub.com/googleapis/java-apigee-connect/commit/3216f52d6a36f20f1031b311c736f96afb44c1e7))
* Update dependency google-api-core to v2.10.1 ([#225](https://togithub.com/googleapis/java-apigee-connect/issues/225)) ([a447369](https://togithub.com/googleapis/java-apigee-connect/commit/a447369c153fb043f66c41aa6effc0957685339e))
* Update dependency google-auth to v2.12.0 ([#226](https://togithub.com/googleapis/java-apigee-connect/issues/226)) ([9d6c516](https://togithub.com/googleapis/java-apigee-connect/commit/9d6c516ebce443cd11166978c0f169b62bc3955a))
* Update dependency google-cloud-core to v2.3.2 ([#221](https://togithub.com/googleapis/java-apigee-connect/issues/221)) ([bfe098b](https://togithub.com/googleapis/java-apigee-connect/commit/bfe098b954bad9fc179c0d18c06e98efcedafd1c))
* Update dependency google-cloud-storage to v2.5.0 ([#227](https://togithub.com/googleapis/java-apigee-connect/issues/227)) ([f7c97bd](https://togithub.com/googleapis/java-apigee-connect/commit/f7c97bd75ee39a0cc0e84612aee8436ef18e1d0e))
* Update dependency google-crc32c to v1.5.0 ([#228](https://togithub.com/googleapis/java-apigee-connect/issues/228)) ([1b43ed0](https://togithub.com/googleapis/java-apigee-connect/commit/1b43ed0176daae1b8829ed865e04bb23d4ef258a))
* Update dependency googleapis-common-protos to v1.56.4 ([#222](https://togithub.com/googleapis/java-apigee-connect/issues/222)) ([9fe79aa](https://togithub.com/googleapis/java-apigee-connect/commit/9fe79aa480350c3f4e1f14c0dc423596d357fcec))
* Update dependency importlib-metadata to v4.12.0 ([#229](https://togithub.com/googleapis/java-apigee-connect/issues/229)) ([f25d875](https://togithub.com/googleapis/java-apigee-connect/commit/f25d875c2a57b1b29be115256aa3d2cb212a5a58))
* Update dependency jeepney to v0.8.0 ([#230](https://togithub.com/googleapis/java-apigee-connect/issues/230)) ([705ee89](https://togithub.com/googleapis/java-apigee-connect/commit/705ee89bc496de6518761a51482815636ea15af6))
* Update dependency jinja2 to v3.1.2 ([#231](https://togithub.com/googleapis/java-apigee-connect/issues/231)) ([90b60ee](https://togithub.com/googleapis/java-apigee-connect/commit/90b60ee0f3bae40e1f5fb86f18200e13f04e2d71))
* Update dependency keyring to v23.9.3 ([#232](https://togithub.com/googleapis/java-apigee-connect/issues/232)) ([a668e69](https://togithub.com/googleapis/java-apigee-connect/commit/a668e697f77bbb290885ee3f1c2512361681f690))
* Update dependency markupsafe to v2.1.1 ([#233](https://togithub.com/googleapis/java-apigee-connect/issues/233)) ([1b1ae6d](https://togithub.com/googleapis/java-apigee-connect/commit/1b1ae6db1f59681ade98a9a21a353c9a26d40464))
* Update dependency protobuf to v3.20.2 ([#234](https://togithub.com/googleapis/java-apigee-connect/issues/234)) ([8d4c3a7](https://togithub.com/googleapis/java-apigee-connect/commit/8d4c3a7cd1e3473b8c149c60c63cfe84e82a7030))
* Update dependency protobuf to v4 ([#241](https://togithub.com/googleapis/java-apigee-connect/issues/241)) ([51cd12a](https://togithub.com/googleapis/java-apigee-connect/commit/51cd12a79728a31957cea780a6f25f089d347a6f))
* Update dependency pyjwt to v2.5.0 ([#235](https://togithub.com/googleapis/java-apigee-connect/issues/235)) ([f2f36ae](https://togithub.com/googleapis/java-apigee-connect/commit/f2f36ae0d98b7d79c5a88ecd9a965b836f6419ca))
* Update dependency requests to v2.28.1 ([#237](https://togithub.com/googleapis/java-apigee-connect/issues/237)) ([09fb5d9](https://togithub.com/googleapis/java-apigee-connect/commit/09fb5d9babfa9dd6a419deb6c51986e9dc26dd6f))
* Update dependency typing-extensions to v4.3.0 ([#238](https://togithub.com/googleapis/java-apigee-connect/issues/238)) ([48289e7](https://togithub.com/googleapis/java-apigee-connect/commit/48289e7932ff8c5725b35c71f8ebd56542e110a5))
* Update dependency zipp to v3.8.1 ([#239](https://togithub.com/googleapis/java-apigee-connect/issues/239)) ([e078449](https://togithub.com/googleapis/java-apigee-connect/commit/e07844948c41091f97040cf81a8f25d05fd9bb8c))

---
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
…cies to v3.0.4 (#232)

[![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-network-security).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTMuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxMy4xIn0=-->
github-actions bot pushed a commit that referenced this issue Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [0.6.3](https://togithub.com/googleapis/java-network-security/compare/v0.6.2...v0.6.3) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#207](https://togithub.com/googleapis/java-network-security/issues/207)) ([029e72d](https://togithub.com/googleapis/java-network-security/commit/029e72d297156998a329702a833d804e029ccb7b))
* Update dependency charset-normalizer to v2.1.1 ([#211](https://togithub.com/googleapis/java-network-security/issues/211)) ([e0a6193](https://togithub.com/googleapis/java-network-security/commit/e0a6193d8f90f38dd5295ff565782279615d1ae1))
* Update dependency click to v8.1.3 ([#212](https://togithub.com/googleapis/java-network-security/issues/212)) ([9930985](https://togithub.com/googleapis/java-network-security/commit/99309859d1a48f071bd3d8ac22ef2b7fa49302c2))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#232](https://togithub.com/googleapis/java-network-security/issues/232)) ([8b476b6](https://togithub.com/googleapis/java-network-security/commit/8b476b6e1eb9af0d03789e8d6e1a9085d75fe44e))
* Update dependency gcp-releasetool to v1.8.8 ([#208](https://togithub.com/googleapis/java-network-security/issues/208)) ([d735a5e](https://togithub.com/googleapis/java-network-security/commit/d735a5eeccd4733b741c28bd6a856d1c64f7893e))
* Update dependency google-auth to v2.12.0 ([#214](https://togithub.com/googleapis/java-network-security/issues/214)) ([a755a2c](https://togithub.com/googleapis/java-network-security/commit/a755a2c7a5e16141feecea9c1bcab3179add8747))
* Update dependency google-cloud-core to v2.3.2 ([#209](https://togithub.com/googleapis/java-network-security/issues/209)) ([6d383ee](https://togithub.com/googleapis/java-network-security/commit/6d383eebd10b12db9b4a384dcbc0366583b1ff77))
* Update dependency google-cloud-storage to v2.5.0 ([#215](https://togithub.com/googleapis/java-network-security/issues/215)) ([afb2d3f](https://togithub.com/googleapis/java-network-security/commit/afb2d3fea0206b184ff5b32fdbbdc26da09136ea))
* Update dependency google-crc32c to v1.5.0 ([#216](https://togithub.com/googleapis/java-network-security/issues/216)) ([c08d726](https://togithub.com/googleapis/java-network-security/commit/c08d726b14a6760db9912b22e969038b5be43c43))
* Update dependency googleapis-common-protos to v1.56.4 ([#210](https://togithub.com/googleapis/java-network-security/issues/210)) ([ad50258](https://togithub.com/googleapis/java-network-security/commit/ad50258922000e0cc395f332063d23935034e0d4))
* Update dependency importlib-metadata to v4.12.0 ([#217](https://togithub.com/googleapis/java-network-security/issues/217)) ([d219a01](https://togithub.com/googleapis/java-network-security/commit/d219a0141f8327f443e67bbe82022d48b419dbff))
* Update dependency jeepney to v0.8.0 ([#218](https://togithub.com/googleapis/java-network-security/issues/218)) ([b3f23df](https://togithub.com/googleapis/java-network-security/commit/b3f23dfc8df6c5903a0c9164205d1fab691cc4fc))
* Update dependency jinja2 to v3.1.2 ([#219](https://togithub.com/googleapis/java-network-security/issues/219)) ([e15aa1c](https://togithub.com/googleapis/java-network-security/commit/e15aa1c1da41bd4de442c98ed6423d9c95835707))
* Update dependency keyring to v23.9.3 ([#220](https://togithub.com/googleapis/java-network-security/issues/220)) ([b9d7944](https://togithub.com/googleapis/java-network-security/commit/b9d794459a09bc4b92163da024cd55075c1843bd))
* Update dependency protobuf to v3.20.2 ([#222](https://togithub.com/googleapis/java-network-security/issues/222)) ([43cd2ec](https://togithub.com/googleapis/java-network-security/commit/43cd2ec1604e6c4c7c89a1560a283ccad307793c))
* Update dependency protobuf to v4 ([#228](https://togithub.com/googleapis/java-network-security/issues/228)) ([13df18e](https://togithub.com/googleapis/java-network-security/commit/13df18e136adfcc43554f105cd530094e9c0822f))
* Update dependency pyjwt to v2.5.0 ([#223](https://togithub.com/googleapis/java-network-security/issues/223)) ([1ed858a](https://togithub.com/googleapis/java-network-security/commit/1ed858a4f640f7448c06c43d3a863473b9b29cca))
* Update dependency requests to v2.28.1 ([#224](https://togithub.com/googleapis/java-network-security/issues/224)) ([8a0cdd4](https://togithub.com/googleapis/java-network-security/commit/8a0cdd43ad47b806cd645fa6bcb025a7aac5472e))

---
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*
---


## [1.3.4](https://togithub.com/googleapis/java-data-fusion/compare/v1.3.3...v1.3.4) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#214](https://togithub.com/googleapis/java-data-fusion/issues/214)) ([3ac2b6a](https://togithub.com/googleapis/java-data-fusion/commit/3ac2b6a8004222b6c471fd3cb6e793f4120f5eaa))
* Update dependency charset-normalizer to v2.1.1 ([#218](https://togithub.com/googleapis/java-data-fusion/issues/218)) ([ecb78d9](https://togithub.com/googleapis/java-data-fusion/commit/ecb78d94ff2a3176669f36c4ebfbf33e0d63100d))
* Update dependency click to v8.1.3 ([#219](https://togithub.com/googleapis/java-data-fusion/issues/219)) ([55da366](https://togithub.com/googleapis/java-data-fusion/commit/55da366fc6f6ffe9e84d35cd3ab5e9185d966f51))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#239](https://togithub.com/googleapis/java-data-fusion/issues/239)) ([6a8d58e](https://togithub.com/googleapis/java-data-fusion/commit/6a8d58e3a6fcca398cbf422f102e88b228006af2))
* Update dependency gcp-releasetool to v1.8.8 ([#215](https://togithub.com/googleapis/java-data-fusion/issues/215)) ([8960212](https://togithub.com/googleapis/java-data-fusion/commit/8960212db7e396a8fb6fa207e18b684b1290606d))
* Update dependency google-api-core to v2.10.1 ([#220](https://togithub.com/googleapis/java-data-fusion/issues/220)) ([8fc6032](https://togithub.com/googleapis/java-data-fusion/commit/8fc6032d92efc52ea97541016a5123f845e2d4e1))
* Update dependency google-auth to v2.12.0 ([#221](https://togithub.com/googleapis/java-data-fusion/issues/221)) ([9bf5b47](https://togithub.com/googleapis/java-data-fusion/commit/9bf5b47d66a217aef100119b9bf51cb1d4db71f9))
* Update dependency google-cloud-core to v2.3.2 ([#216](https://togithub.com/googleapis/java-data-fusion/issues/216)) ([5a58540](https://togithub.com/googleapis/java-data-fusion/commit/5a58540c82a619a5874b0010d14bed7249fb1a64))
* Update dependency google-cloud-storage to v2.5.0 ([#222](https://togithub.com/googleapis/java-data-fusion/issues/222)) ([a80e034](https://togithub.com/googleapis/java-data-fusion/commit/a80e03487815a464c91bb7dbd49052c877e47934))
* Update dependency google-crc32c to v1.5.0 ([#223](https://togithub.com/googleapis/java-data-fusion/issues/223)) ([baf7b4e](https://togithub.com/googleapis/java-data-fusion/commit/baf7b4e360917b34cdbb1261525a296b865e22f2))
* Update dependency googleapis-common-protos to v1.56.4 ([#217](https://togithub.com/googleapis/java-data-fusion/issues/217)) ([e1b167b](https://togithub.com/googleapis/java-data-fusion/commit/e1b167be2d12bb0d761e9dbe4c860ab845342ff9))
* Update dependency importlib-metadata to v4.12.0 ([#232](https://togithub.com/googleapis/java-data-fusion/issues/232)) ([8d6dffe](https://togithub.com/googleapis/java-data-fusion/commit/8d6dffee83ebeb9cb8b7d7a625469e7b032ed556))
* Update dependency jeepney to v0.8.0 ([#233](https://togithub.com/googleapis/java-data-fusion/issues/233)) ([1652c6a](https://togithub.com/googleapis/java-data-fusion/commit/1652c6a4c023fd3b78200e33e7f2b60861bc8545))
* Update dependency jinja2 to v3.1.2 ([#234](https://togithub.com/googleapis/java-data-fusion/issues/234)) ([9b2740d](https://togithub.com/googleapis/java-data-fusion/commit/9b2740d823ff15287ccdf8eee291eb5251285fa5))
* Update dependency keyring to v23.9.3 ([#235](https://togithub.com/googleapis/java-data-fusion/issues/235)) ([c285f06](https://togithub.com/googleapis/java-data-fusion/commit/c285f06ef8f35f4911c216d3cd5118b59d13a046))
* Update dependency markupsafe to v2.1.1 ([#224](https://togithub.com/googleapis/java-data-fusion/issues/224)) ([3f68198](https://togithub.com/googleapis/java-data-fusion/commit/3f681989ac8b93c369e83550d1bc2189399fd59e))
* Update dependency protobuf to v3.20.2 ([#225](https://togithub.com/googleapis/java-data-fusion/issues/225)) ([9081b6e](https://togithub.com/googleapis/java-data-fusion/commit/9081b6e4cd82fe1fda99333747385a7fe414a3c3))
* Update dependency requests to v2.28.1 ([#227](https://togithub.com/googleapis/java-data-fusion/issues/227)) ([a5433f7](https://togithub.com/googleapis/java-data-fusion/commit/a5433f743d8be8aa5543ed4a3e82232bdd4cf6f3))
* Update dependency typing-extensions to v4.3.0 ([#228](https://togithub.com/googleapis/java-data-fusion/issues/228)) ([62a71c3](https://togithub.com/googleapis/java-data-fusion/commit/62a71c3e9811dca4fe7587ce49d6beda1b57c778))

---
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*
---


## [1.3.4](https://togithub.com/googleapis/java-resource-settings/compare/v1.3.3...v1.3.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#232](https://togithub.com/googleapis/java-resource-settings/issues/232)) ([9cfb3c3](https://togithub.com/googleapis/java-resource-settings/commit/9cfb3c3e040fb5d946185579dcbd7ad1ad0229c9))
* Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-resource-settings/issues/222)) ([9aeca8b](https://togithub.com/googleapis/java-resource-settings/commit/9aeca8b8dabf2a6af8cf355ab828919d441878dc))
* Update dependency charset-normalizer to v2.1.1 ([#227](https://togithub.com/googleapis/java-resource-settings/issues/227)) ([4e8319b](https://togithub.com/googleapis/java-resource-settings/commit/4e8319b9d40719ee447d9670e050025154273f3c))
* Update dependency click to v8.1.3 ([#228](https://togithub.com/googleapis/java-resource-settings/issues/228)) ([3e4b892](https://togithub.com/googleapis/java-resource-settings/commit/3e4b892d324fa8cd43859bccaaeaca007ad95aa8))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#237](https://togithub.com/googleapis/java-resource-settings/issues/237)) ([2237db8](https://togithub.com/googleapis/java-resource-settings/commit/2237db8bd321ed6b6c53703267167e376bf164dd))
* Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-resource-settings/issues/223)) ([d568d87](https://togithub.com/googleapis/java-resource-settings/commit/d568d8702b56f202205dcbf42e6c14ed6a89af24))
* Update dependency google-auth to v2.11.1 ([#224](https://togithub.com/googleapis/java-resource-settings/issues/224)) ([983ae4f](https://togithub.com/googleapis/java-resource-settings/commit/983ae4f821ee772a9a44f4b3503578da09c0a16a))
* Update dependency google-cloud-core to v2.3.2 ([#225](https://togithub.com/googleapis/java-resource-settings/issues/225)) ([9774453](https://togithub.com/googleapis/java-resource-settings/commit/9774453794842705c107399603742e8049d6b1b9))
* Update dependency googleapis-common-protos to v1.56.4 ([#226](https://togithub.com/googleapis/java-resource-settings/issues/226)) ([d12a8f1](https://togithub.com/googleapis/java-resource-settings/commit/d12a8f189669a2876fc4707e922089d65f74a7b2))
* Update dependency protobuf to v3.20.2 ([#220](https://togithub.com/googleapis/java-resource-settings/issues/220)) ([632cbcf](https://togithub.com/googleapis/java-resource-settings/commit/632cbcf2c564c104f61e3cffbcfeb7100d56375c))
* Update dependency pyjwt to v2.5.0 ([#229](https://togithub.com/googleapis/java-resource-settings/issues/229)) ([bfd3733](https://togithub.com/googleapis/java-resource-settings/commit/bfd37330dd190cb44e7cbc16ea4db6cbcd3c2427))
* Update dependency requests to v2.28.1 ([#230](https://togithub.com/googleapis/java-resource-settings/issues/230)) ([260997b](https://togithub.com/googleapis/java-resource-settings/commit/260997bbf197963f39ba2c41843aeab035da8c8a))
* Update dependency typing-extensions to v4.3.0 ([#221](https://togithub.com/googleapis/java-resource-settings/issues/221)) ([dd88aef](https://togithub.com/googleapis/java-resource-settings/commit/dd88aefb5a7a5ddbb6d1842d72807c92a8b4c13e))
* Update dependency zipp to v3.8.1 ([#231](https://togithub.com/googleapis/java-resource-settings/issues/231)) ([5fffef6](https://togithub.com/googleapis/java-resource-settings/commit/5fffef6970590f6f0e192429b7c1443e0feb7bdf))

---
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*
---


## [0.7.5](https://togithub.com/googleapis/java-dataflow/compare/v0.7.4...v0.7.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#243](https://togithub.com/googleapis/java-dataflow/issues/243)) ([4ea79fd](https://togithub.com/googleapis/java-dataflow/commit/4ea79fd29a2363e0bb137395c36dd02461b05943))
* Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-dataflow/issues/222)) ([d51b257](https://togithub.com/googleapis/java-dataflow/commit/d51b25713473399a74339eb006aa1feb1b141691))
* Update dependency charset-normalizer to v2.1.1 ([#226](https://togithub.com/googleapis/java-dataflow/issues/226)) ([6e8e93f](https://togithub.com/googleapis/java-dataflow/commit/6e8e93f08943db8472ae5f9a098309a09aa29b10))
* Update dependency click to v8.1.3 ([#227](https://togithub.com/googleapis/java-dataflow/issues/227)) ([0bde853](https://togithub.com/googleapis/java-dataflow/commit/0bde853b7cefb88a93f5fa29bd0e8a94b845842f))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#247](https://togithub.com/googleapis/java-dataflow/issues/247)) ([966b409](https://togithub.com/googleapis/java-dataflow/commit/966b4097d95e770f11bda94eba6559754598c301))
* Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-dataflow/issues/223)) ([ff93e57](https://togithub.com/googleapis/java-dataflow/commit/ff93e574239430e524658256dd8ad0644537ac08))
* Update dependency google-api-core to v2.10.1 ([#228](https://togithub.com/googleapis/java-dataflow/issues/228)) ([cceed1b](https://togithub.com/googleapis/java-dataflow/commit/cceed1b63fc8132d7e76682f17dcb52ac5c8a13a))
* Update dependency google-auth to v2.12.0 ([#229](https://togithub.com/googleapis/java-dataflow/issues/229)) ([02a3288](https://togithub.com/googleapis/java-dataflow/commit/02a32886bae050784fecb3710765962e645d5b28))
* Update dependency google-cloud-core to v2.3.2 ([#224](https://togithub.com/googleapis/java-dataflow/issues/224)) ([fad3451](https://togithub.com/googleapis/java-dataflow/commit/fad3451e0f7bc59e72f54c4fbeff9a090535e57e))
* Update dependency google-cloud-storage to v2.5.0 ([#230](https://togithub.com/googleapis/java-dataflow/issues/230)) ([47af5e2](https://togithub.com/googleapis/java-dataflow/commit/47af5e275ea6344f286e19f551c82a2b1d4e0432))
* Update dependency googleapis-common-protos to v1.56.4 ([#225](https://togithub.com/googleapis/java-dataflow/issues/225)) ([2526ae6](https://togithub.com/googleapis/java-dataflow/commit/2526ae68bd857ad36c969e3e84b4d68e0ac6951b))
* Update dependency markupsafe to v2.1.1 ([#231](https://togithub.com/googleapis/java-dataflow/issues/231)) ([2103a77](https://togithub.com/googleapis/java-dataflow/commit/2103a77d77fe4580557e545f76aac5705f60fb6b))
* Update dependency protobuf to v3.20.2 ([#232](https://togithub.com/googleapis/java-dataflow/issues/232)) ([b639db2](https://togithub.com/googleapis/java-dataflow/commit/b639db2e7f366060be2c913905dae010ce10b137))
* Update dependency protobuf to v4 ([#244](https://togithub.com/googleapis/java-dataflow/issues/244)) ([c8753cc](https://togithub.com/googleapis/java-dataflow/commit/c8753cc3d166ec245b88eecd7d746063dce29414))
* Update dependency pyjwt to v2.5.0 ([#233](https://togithub.com/googleapis/java-dataflow/issues/233)) ([54eb8f4](https://togithub.com/googleapis/java-dataflow/commit/54eb8f4a19df4299805cfca929234b1bfc3ae247))
* Update dependency requests to v2.28.1 ([#234](https://togithub.com/googleapis/java-dataflow/issues/234)) ([141c98d](https://togithub.com/googleapis/java-dataflow/commit/141c98d1088b034455560565bc707567d5adc6bd))
* Update dependency typing-extensions to v4.3.0 ([#235](https://togithub.com/googleapis/java-dataflow/issues/235)) ([8fbc953](https://togithub.com/googleapis/java-dataflow/commit/8fbc9530a837867928b8ad077dff9503bb8946a1))
* Update dependency zipp to v3.8.1 ([#242](https://togithub.com/googleapis/java-dataflow/issues/242)) ([18dd45a](https://togithub.com/googleapis/java-dataflow/commit/18dd45ad5dd7b2ee5a65ae031be88f663d578b1b))

---
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*
---


## [1.4.3](https://togithub.com/googleapis/java-network-management/compare/v1.4.2...v1.4.3) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#222](https://togithub.com/googleapis/java-network-management/issues/222)) ([3f60aed](https://togithub.com/googleapis/java-network-management/commit/3f60aed1f824b199aa43f937f5a6e0c299b664cc))
* Update dependency charset-normalizer to v2.1.1 ([#226](https://togithub.com/googleapis/java-network-management/issues/226)) ([27c55b9](https://togithub.com/googleapis/java-network-management/commit/27c55b99e1f146de5426d7c1994535d02cd21807))
* Update dependency click to v8.1.3 ([#227](https://togithub.com/googleapis/java-network-management/issues/227)) ([69722f9](https://togithub.com/googleapis/java-network-management/commit/69722f920f859590a39d888e054c6f9c4b40756a))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#247](https://togithub.com/googleapis/java-network-management/issues/247)) ([a005afb](https://togithub.com/googleapis/java-network-management/commit/a005afbf5bb5950f14840d1d95f9a659dfdee0c3))
* Update dependency gcp-releasetool to v1.8.8 ([#223](https://togithub.com/googleapis/java-network-management/issues/223)) ([13395f6](https://togithub.com/googleapis/java-network-management/commit/13395f6fd613c17b3ae6636a3542b48e61733c0d))
* Update dependency google-api-core to v2.10.1 ([#228](https://togithub.com/googleapis/java-network-management/issues/228)) ([4ececaa](https://togithub.com/googleapis/java-network-management/commit/4ececaa38e8347b336cc3aea57cbb8737de64072))
* Update dependency google-auth to v2.12.0 ([#229](https://togithub.com/googleapis/java-network-management/issues/229)) ([7c1d10c](https://togithub.com/googleapis/java-network-management/commit/7c1d10cda824a09895ad5b2c0742a019079c502e))
* Update dependency google-cloud-core to v2.3.2 ([#224](https://togithub.com/googleapis/java-network-management/issues/224)) ([9f05625](https://togithub.com/googleapis/java-network-management/commit/9f056259951574e7717460722d49c98962e2b3e3))
* Update dependency google-cloud-storage to v2.5.0 ([#230](https://togithub.com/googleapis/java-network-management/issues/230)) ([d786da5](https://togithub.com/googleapis/java-network-management/commit/d786da5fcf116196f3cd1c3bce0fe08ecf383994))
* Update dependency google-crc32c to v1.5.0 ([#231](https://togithub.com/googleapis/java-network-management/issues/231)) ([8bc20af](https://togithub.com/googleapis/java-network-management/commit/8bc20af854a68b562721d31763ba32296f0bd5bf))
* Update dependency googleapis-common-protos to v1.56.4 ([#225](https://togithub.com/googleapis/java-network-management/issues/225)) ([f17cc11](https://togithub.com/googleapis/java-network-management/commit/f17cc11b2b19149a0eb144cc2a7b34c5820e567c))
* Update dependency importlib-metadata to v4.12.0 ([#232](https://togithub.com/googleapis/java-network-management/issues/232)) ([bafdc66](https://togithub.com/googleapis/java-network-management/commit/bafdc66c70c0512c87078e5db995bf22c6b3d6b1))
* Update dependency jeepney to v0.8.0 ([#239](https://togithub.com/googleapis/java-network-management/issues/239)) ([9b998d6](https://togithub.com/googleapis/java-network-management/commit/9b998d670298542f9dbcea3dee2569cdf860d40c))
* Update dependency jinja2 to v3.1.2 ([#240](https://togithub.com/googleapis/java-network-management/issues/240)) ([a1103e7](https://togithub.com/googleapis/java-network-management/commit/a1103e76cf192f06fd715b321ba3ec00149843d3))
* Update dependency keyring to v23.9.3 ([#241](https://togithub.com/googleapis/java-network-management/issues/241)) ([3038ee4](https://togithub.com/googleapis/java-network-management/commit/3038ee4f70eab40cc69e9fe2aa71259522d17e76))
* Update dependency markupsafe to v2.1.1 ([#233](https://togithub.com/googleapis/java-network-management/issues/233)) ([81e1dbe](https://togithub.com/googleapis/java-network-management/commit/81e1dbeae3de1665851f9be5041d1015005cc263))
* Update dependency protobuf to v3.20.2 ([#234](https://togithub.com/googleapis/java-network-management/issues/234)) ([1c96ae3](https://togithub.com/googleapis/java-network-management/commit/1c96ae36c667faff496a082dd0c977e82f869e24))
* Update dependency protobuf to v4 ([#243](https://togithub.com/googleapis/java-network-management/issues/243)) ([1cc80d8](https://togithub.com/googleapis/java-network-management/commit/1cc80d833e5b8ebce88d99dd4200307282aa1201))
* Update dependency pyjwt to v2.5.0 ([#235](https://togithub.com/googleapis/java-network-management/issues/235)) ([7656b1b](https://togithub.com/googleapis/java-network-management/commit/7656b1b8340c062ece7284ca965572c0a62b68ae))
* Update dependency requests to v2.28.1 ([#236](https://togithub.com/googleapis/java-network-management/issues/236)) ([37d3199](https://togithub.com/googleapis/java-network-management/commit/37d3199187d4b627b7664a530bdffe03d9760eb3))
* Update dependency typing-extensions to v4.3.0 ([#237](https://togithub.com/googleapis/java-network-management/issues/237)) ([72ffecc](https://togithub.com/googleapis/java-network-management/commit/72ffecc412c81deb490c9d95a81ad0bd6fe6e081))
* Update dependency zipp to v3.8.1 ([#238](https://togithub.com/googleapis/java-network-management/issues/238)) ([18411c5](https://togithub.com/googleapis/java-network-management/commit/18411c5c61d700f297dc9666b36562e839bb5092))

---
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*
---


## [0.4.4](https://togithub.com/googleapis/java-private-catalog/compare/v0.4.3...v0.4.4) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#226](https://togithub.com/googleapis/java-private-catalog/issues/226)) ([158dd57](https://togithub.com/googleapis/java-private-catalog/commit/158dd578dc4842efc6389de42cd09c3cc662f92a))
* Update dependency charset-normalizer to v2.1.1 ([#230](https://togithub.com/googleapis/java-private-catalog/issues/230)) ([64f5ea6](https://togithub.com/googleapis/java-private-catalog/commit/64f5ea6310a593c2d855fc20d59e598d80d65287))
* Update dependency click to v8.1.3 ([#231](https://togithub.com/googleapis/java-private-catalog/issues/231)) ([0824c10](https://togithub.com/googleapis/java-private-catalog/commit/0824c10eac2f8b704b0b8fc89b6366e185ee5091))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#251](https://togithub.com/googleapis/java-private-catalog/issues/251)) ([d6377f2](https://togithub.com/googleapis/java-private-catalog/commit/d6377f220deecea1030de4b8d0d66654aa104f7f))
* Update dependency gcp-releasetool to v1.8.8 ([#227](https://togithub.com/googleapis/java-private-catalog/issues/227)) ([46ce915](https://togithub.com/googleapis/java-private-catalog/commit/46ce91530ec54fb54477e0c0633788ff28aa9e1e))
* Update dependency google-api-core to v2.10.1 ([#232](https://togithub.com/googleapis/java-private-catalog/issues/232)) ([12eb861](https://togithub.com/googleapis/java-private-catalog/commit/12eb861c1b33d5f819058b013ad04306c4317d3b))
* Update dependency google-auth to v2.12.0 ([#233](https://togithub.com/googleapis/java-private-catalog/issues/233)) ([e89c1d8](https://togithub.com/googleapis/java-private-catalog/commit/e89c1d89fecac9f5fd8f0ba421aad8dd176e023e))
* Update dependency google-cloud-core to v2.3.2 ([#228](https://togithub.com/googleapis/java-private-catalog/issues/228)) ([9684cea](https://togithub.com/googleapis/java-private-catalog/commit/9684cea22e5bde55b6c297c40eb2302e677c5902))
* Update dependency google-cloud-storage to v2.5.0 ([#234](https://togithub.com/googleapis/java-private-catalog/issues/234)) ([45e27e6](https://togithub.com/googleapis/java-private-catalog/commit/45e27e66dabe4ff3b21242bb70897dcce2179cbd))
* Update dependency google-crc32c to v1.5.0 ([#235](https://togithub.com/googleapis/java-private-catalog/issues/235)) ([9a4025f](https://togithub.com/googleapis/java-private-catalog/commit/9a4025f2ef39f40a027cfe9d7deb6f711f882aa5))
* Update dependency googleapis-common-protos to v1.56.4 ([#229](https://togithub.com/googleapis/java-private-catalog/issues/229)) ([a5bc1d5](https://togithub.com/googleapis/java-private-catalog/commit/a5bc1d543b104c129e9185d455ed86a50ad97d59))
* Update dependency importlib-metadata to v4.12.0 ([#236](https://togithub.com/googleapis/java-private-catalog/issues/236)) ([63c92d6](https://togithub.com/googleapis/java-private-catalog/commit/63c92d6b49b7b51cab06480bfcc126149bed06f5))
* Update dependency jeepney to v0.8.0 ([#237](https://togithub.com/googleapis/java-private-catalog/issues/237)) ([1f8b3d0](https://togithub.com/googleapis/java-private-catalog/commit/1f8b3d0a5a9d74efc717c88e7092e5d0377187bb))
* Update dependency jinja2 to v3.1.2 ([#238](https://togithub.com/googleapis/java-private-catalog/issues/238)) ([02bc607](https://togithub.com/googleapis/java-private-catalog/commit/02bc607bb1ef2ca5ef5e6de6e940292a5ad92a2b))
* Update dependency protobuf to v4 ([#247](https://togithub.com/googleapis/java-private-catalog/issues/247)) ([a1f5641](https://togithub.com/googleapis/java-private-catalog/commit/a1f564139150d0711a9d7d70ec59e86978e037cc))
* Update dependency pyjwt to v2.5.0 ([#242](https://togithub.com/googleapis/java-private-catalog/issues/242)) ([75a6589](https://togithub.com/googleapis/java-private-catalog/commit/75a6589cae517367356e53b242261296d45c7c9d))
* Update dependency zipp to v3.8.1 ([#245](https://togithub.com/googleapis/java-private-catalog/issues/245)) ([e054608](https://togithub.com/googleapis/java-private-catalog/commit/e054608735ae7bf8e52ab7b847e7750b5285de4b))

---
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 to renovate-bot/google-cloud-java that referenced this issue Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: core 🚨 This issue needs some love. triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants