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

Test fail on ITStorageTest.testUpdateBlob #220

Closed
mziccard opened this issue Oct 7, 2015 · 8 comments
Closed

Test fail on ITStorageTest.testUpdateBlob #220

mziccard opened this issue Oct 7, 2015 · 8 comments
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.

Comments

@mziccard
Copy link
Contributor

mziccard commented Oct 7, 2015

After merging #211 travis build for oraclejdk7 failed with an error in ITStorageTest.testUpdate:

testUpdateBlob(com.google.gcloud.storage.ITStorageTest)  Time elapsed: 10.421 sec  <<< ERROR!
com.google.gcloud.storage.StorageException: Backend Error
    at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
    at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:321)
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1056)
    at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:419)
    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.patch(DefaultStorageRpc.java:231)
    at com.google.gcloud.storage.StorageImpl$11.call(StorageImpl.java:343)
    at com.google.gcloud.storage.StorageImpl$11.call(StorageImpl.java:340)
    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.update(StorageImpl.java:340)
    at com.google.gcloud.storage.ITStorageTest.testUpdateBlob(ITStorageTest.java:150)

I never experienced this error locally and it seems not to occur always (builds for other java versions and next builds succeeded). The error message Backend Error makes me think that the problem resides outside of our library. I open this issue just to double check with you guys, can we consider this as a sporadic error?

@mziccard mziccard added type: question Request for information or clarification. Not an issue. api: storage Issues related to the Cloud Storage API. labels Oct 7, 2015
@aozarov
Copy link
Contributor

aozarov commented Oct 7, 2015

We should probably configure RemoteGcsHelper to use something better than RetryParams.noRetries().

@mziccard
Copy link
Contributor Author

mziccard commented Oct 7, 2015

Yes this error could have probably been avoided by using RetryParams.getDefaultInstance().

@aozarov
Copy link
Contributor

aozarov commented Oct 8, 2015

I think default settings are not enough.

I asked @ajkannan to change it to similar settings that we set in AE mapreduce library. See #231.

This is likely to fix the problem but if not than I am sure #232 would help.

@aozarov
Copy link
Contributor

aozarov commented Oct 9, 2015

I think we still need #232 for this to be fixed.

@aozarov
Copy link
Contributor

aozarov commented Oct 23, 2015

We still see this failures.

com.google.gcloud.storage.StorageException: 500 Internal Server Error
{
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "backendError",
    "message": "Backend Error"
   }
  ],
  "code": 500,
  "message": "Backend Error"
 }
}
    at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
    at com.google.gcloud.spi.DefaultStorageRpc.open(DefaultStorageRpc.java:515)
    at com.google.gcloud.storage.BlobWriteChannelImpl.<init>(BlobWriteChannelImpl.java:62)
    at com.google.gcloud.storage.StorageImpl.writer(StorageImpl.java:569)
    at com.google.gcloud.storage.StorageImpl.writer(StorageImpl.java:564)
    at com.google.gcloud.storage.ITStorageTest.testWriteChannelExistingBlob(ITStorageTest.java:483)

I wonder if we are actually not retrying in some condition where we should be.

@aozarov aozarov reopened this Oct 23, 2015
@aozarov aozarov self-assigned this Oct 29, 2015
@ajkannan
Copy link

Adding another error seen a couple times recently:

Running com.google.gcloud.storage.ITStorageTest
Tests run: 30, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 86.55 sec <<< FAILURE! - in com.google.gcloud.storage.ITStorageTest
testDeleteBlobs(com.google.gcloud.storage.ITStorageTest)  Time elapsed: 11.099 sec  <<< FAILURE!
java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertTrue(Assert.java:52)
    at com.google.gcloud.storage.ITStorageTest.testDeleteBlobs(ITStorageTest.java:563)

@aozarov
Copy link
Contributor

aozarov commented Nov 13, 2015

The above error should be significantly reduced after issue #371 is fixed.

@mziccard
Copy link
Contributor Author

This issue is very old and contains a bunch of exceptions that possibly have different causes. Some o which are already fixed. I am closing this, we should favor opening 1 issue for each flakey or failing test. Feel free to reopen if you disagree.

github-actions bot pushed a commit that referenced this issue Jul 1, 2022
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
github-actions bot pushed a commit that referenced this issue Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#220)

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

This PR contains the following updates:

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

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tpu).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
…ation-airflow to v1.3.1 (#220)

[![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-orchestration-airflow](https://github.com/googleapis/java-orchestration-airflow) | `1.3.0` -> `1.3.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.1/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-orchestration-airflow/1.3.1/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-orchestration-airflow</summary>

### [`v1.3.1`](https://github.com/googleapis/java-orchestration-airflow/blob/HEAD/CHANGELOG.md#&#8203;131-httpsgithubcomgoogleapisjava-orchestration-airflowcomparev130v131-2022-07-13)

[Compare Source](https://github.com/googleapis/java-orchestration-airflow/compare/v1.3.0...v1.3.1)

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://github.com/googleapis/java-orchestration-airflow/issues/1485)) ([#&#8203;212](https://github.com/googleapis/java-orchestration-airflow/issues/212)) ([c487970](https://github.com/googleapis/java-orchestration-airflow/commit/c4879707bcf207e66bb662edfa3f996446588a02))

</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-orchestration-airflow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 2022
… to v1.3.4 (#220)

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

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-eventarc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE0MS4wIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 9, 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 issue Aug 16, 2022
…ences to v0.5.2 (#220)

[![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-life-sciences](https://github.com/googleapis/java-life-sciences) | `0.5.0` -> `0.5.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-life-sciences/0.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-life-sciences/0.5.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-life-sciences/0.5.2/compatibility-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-life-sciences/0.5.2/confidence-slim/0.5.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-life-sciences).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
github-actions bot pushed a commit that referenced this issue Aug 16, 2022
…-info-reports-plugin to v3.4.1 (#220)

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

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.1/confidence-slim/3.4.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-debugger-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE2MC4xIn0=-->
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
…cies to v3.0.3 (#220)

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

---

### Release Notes

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

### [`v3.0.3`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;303-httpsgithubcomgoogleapisjava-shared-dependenciescomparev302v303-2022-09-14)

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

##### Dependencies

-   Google-cloud-core 2.8.12 ([#&#8203;799](https://github.com/googleapis/java-shared-dependencies/issues/799)) ([1b3db8d](https://github.com/googleapis/java-shared-dependencies/commit/1b3db8d1e17c49ebae79fc96164fa9058e1df6e3))
-   Moving gson to first-party-dependencies ([#&#8203;800](https://github.com/googleapis/java-shared-dependencies/issues/800)) ([a41fcc1](https://github.com/googleapis/java-shared-dependencies/commit/a41fcc11d32e02e5af2837561792e3919f6d4b3f))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.6 ([#&#8203;797](https://github.com/googleapis/java-shared-dependencies/issues/797)) ([bc5fdc9](https://github.com/googleapis/java-shared-dependencies/commit/bc5fdc9b3af7973c28f063a9ac156fe2af562814))
-   Update gax.version to v2.19.1 ([#&#8203;798](https://github.com/googleapis/java-shared-dependencies/issues/798)) ([84e5487](https://github.com/googleapis/java-shared-dependencies/commit/84e5487b2e3dce4bb60badecebde788c3cb702b8))
-   Update google.core.version to v2.8.11 ([#&#8203;793](https://github.com/googleapis/java-shared-dependencies/issues/793)) ([63c1297](https://github.com/googleapis/java-shared-dependencies/commit/63c129722aa0b821031ff5b4c11004adf7b12044))

</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-private-catalog).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
github-actions bot pushed a commit that referenced this issue Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [0.4.3](googleapis/java-private-catalog@v0.4.2...v0.4.3) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#220](googleapis/java-private-catalog#220)) ([beeafa8](googleapis/java-private-catalog@beeafa8))

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


## [1.4.3](googleapis/java-filestore@v1.4.2...v1.4.3) (2022-09-15)


### Bug Fixes

* Set longer polling timeouts for filestore RestoreInstance ([#214](googleapis/java-filestore#214)) ([7788227](googleapis/java-filestore@7788227))
* set longer polling timeouts for filestore UpdateInstance ([7788227](googleapis/java-filestore@7788227))


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#222](googleapis/java-filestore#222)) ([fff6297](googleapis/java-filestore@fff6297))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#224](googleapis/java-filestore#224)) ([ff9d1e6](googleapis/java-filestore@ff9d1e6))

---
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
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google-api-core](https://github.com/googleapis/python-api-core) | `==2.8.2` -> `==2.10.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-core/2.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-core/2.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-core/2.10.1/compatibility-slim/2.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-core/2.10.1/confidence-slim/2.8.2)](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-data-fusion).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this issue Sep 30, 2022
🤖 I have created a release *beep* *boop*
---


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


### Dependencies

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

---
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 Oct 4, 2022
…cies to v3.0.4 (#220)

[![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://github.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://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;304-httpsgithubcomgoogleapisjava-shared-dependenciescomparev303v304-2022-10-03)

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

##### Dependencies

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


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

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


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

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


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


### Dependencies

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

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


## [1.3.1](https://github.com/googleapis/java-storage-transfer/compare/v1.3.0...v1.3.1) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#217](https://github.com/googleapis/java-storage-transfer/issues/217)) ([525eb68](https://github.com/googleapis/java-storage-transfer/commit/525eb68ffd624a0d914b0efe7797cb01cbe6eba7))
* Update dependency certifi to v2022.9.24 ([#197](https://github.com/googleapis/java-storage-transfer/issues/197)) ([acb777c](https://github.com/googleapis/java-storage-transfer/commit/acb777c7b4dc8ac7ff42c947f4cc09011314d41d))
* Update dependency charset-normalizer to v2.1.1 ([#202](https://github.com/googleapis/java-storage-transfer/issues/202)) ([9363afb](https://github.com/googleapis/java-storage-transfer/commit/9363afb0cb1bb395da6e4a07a5fa602017d7fa5f))
* Update dependency click to v8.1.3 ([#203](https://github.com/googleapis/java-storage-transfer/issues/203)) ([06e6914](https://github.com/googleapis/java-storage-transfer/commit/06e6914cddfa822a32fe885d251aac840a31a9a8))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#220](https://github.com/googleapis/java-storage-transfer/issues/220)) ([80c1ee1](https://github.com/googleapis/java-storage-transfer/commit/80c1ee1f098ceac65903928464b7ee906fe847ae))
* Update dependency gcp-releasetool to v1.8.8 ([#198](https://github.com/googleapis/java-storage-transfer/issues/198)) ([e46fb34](https://github.com/googleapis/java-storage-transfer/commit/e46fb34b9fd7f8791549ac3cc1d614842927a704))
* Update dependency google-api-core to v2.10.1 ([#204](https://github.com/googleapis/java-storage-transfer/issues/204)) ([69ea208](https://github.com/googleapis/java-storage-transfer/commit/69ea20859d3bcaecdc7074345ee29ca54117c257))
* Update dependency google-auth to v2.11.1 ([#199](https://github.com/googleapis/java-storage-transfer/issues/199)) ([da34dfc](https://github.com/googleapis/java-storage-transfer/commit/da34dfcb8929aabf4de4d91d9d8326c78c219b98))
* Update dependency google-auth to v2.12.0 ([#214](https://github.com/googleapis/java-storage-transfer/issues/214)) ([3817337](https://github.com/googleapis/java-storage-transfer/commit/381733712f0cee4dbf9acc5c65c1244847f814e3))
* Update dependency google-cloud-core to v2.3.2 ([#200](https://github.com/googleapis/java-storage-transfer/issues/200)) ([5d5e3b0](https://github.com/googleapis/java-storage-transfer/commit/5d5e3b00f85f5b97243755c481d306291809a2d3))
* Update dependency googleapis-common-protos to v1.56.4 ([#201](https://github.com/googleapis/java-storage-transfer/issues/201)) ([99f53b0](https://github.com/googleapis/java-storage-transfer/commit/99f53b0d29d7e4ad5e429b6dd2e733bfbb2ad56f))
* Update dependency importlib-metadata to v4.12.0 ([#215](https://github.com/googleapis/java-storage-transfer/issues/215)) ([cb618d7](https://github.com/googleapis/java-storage-transfer/commit/cb618d7cd8a73f98cccf352b2f8255edb29f22f5))
* Update dependency jeepney to v0.8.0 ([#216](https://github.com/googleapis/java-storage-transfer/issues/216)) ([3c8bdd8](https://github.com/googleapis/java-storage-transfer/commit/3c8bdd8f3b9273973efbf7fab858dd748cbab29e))
* Update dependency protobuf to v4 ([#218](https://github.com/googleapis/java-storage-transfer/issues/218)) ([39bd5b0](https://github.com/googleapis/java-storage-transfer/commit/39bd5b094db2db56c2d6c5e6609c0d50acf04879))
* Update dependency pyjwt to v2.5.0 ([#195](https://github.com/googleapis/java-storage-transfer/issues/195)) ([9fca654](https://github.com/googleapis/java-storage-transfer/commit/9fca654f963c433109d5b83ec7e0fb79250250db))
* Update dependency requests to v2.28.1 ([#196](https://github.com/googleapis/java-storage-transfer/issues/196)) ([720f83b](https://github.com/googleapis/java-storage-transfer/commit/720f83b338b76d2c8b9b3a072a7bd9c33d56b861))

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


## [1.2.1](https://github.com/googleapis/java-datastream/compare/v1.2.0...v1.2.1) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#208](https://github.com/googleapis/java-datastream/issues/208)) ([706b28f](https://github.com/googleapis/java-datastream/commit/706b28f6a75a99b1ecfa9a42a6fafd7b0a7be082))
* Update dependency charset-normalizer to v2.1.1 ([#213](https://github.com/googleapis/java-datastream/issues/213)) ([f69342c](https://github.com/googleapis/java-datastream/commit/f69342c4a1cdbea9dc5c9af5e6a211e947418c94))
* Update dependency click to v8.1.3 ([#214](https://github.com/googleapis/java-datastream/issues/214)) ([f3e4b82](https://github.com/googleapis/java-datastream/commit/f3e4b8266df4aeb0730b7cd01bc78b6fbac6bc85))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#229](https://github.com/googleapis/java-datastream/issues/229)) ([9222b21](https://github.com/googleapis/java-datastream/commit/9222b21216e0a9495e150975c27e33caefbe79a7))
* Update dependency gcp-releasetool to v1.8.8 ([#209](https://github.com/googleapis/java-datastream/issues/209)) ([e4e0263](https://github.com/googleapis/java-datastream/commit/e4e026352db0352b964bbf558646d8a6836f2179))
* Update dependency google-api-core to v2.10.1 ([#216](https://github.com/googleapis/java-datastream/issues/216)) ([1400a42](https://github.com/googleapis/java-datastream/commit/1400a4276bb83693ea913644d5d46e17aff7c65e))
* Update dependency google-auth to v2.11.1 ([#210](https://github.com/googleapis/java-datastream/issues/210)) ([a26ae6b](https://github.com/googleapis/java-datastream/commit/a26ae6bce25655a94285f938fb18b00a6381ccc7))
* Update dependency google-cloud-core to v2.3.2 ([#211](https://github.com/googleapis/java-datastream/issues/211)) ([3e4c2ea](https://github.com/googleapis/java-datastream/commit/3e4c2ea3237787dcee9cfdb904f297b84003c014))
* Update dependency google-cloud-storage to v2.5.0 ([#215](https://github.com/googleapis/java-datastream/issues/215)) ([143936d](https://github.com/googleapis/java-datastream/commit/143936d3f44c9c6d6eda8876dfd8720e44825375))
* Update dependency google-crc32c to v1.5.0 ([#217](https://github.com/googleapis/java-datastream/issues/217)) ([7586620](https://github.com/googleapis/java-datastream/commit/7586620d0de34d7a1aa4711a5fe9686c583339f1))
* Update dependency googleapis-common-protos to v1.56.4 ([#212](https://github.com/googleapis/java-datastream/issues/212)) ([b280bbd](https://github.com/googleapis/java-datastream/commit/b280bbdf38b24404835265ea8cbaed5d62d1a6d6))
* Update dependency importlib-metadata to v4.12.0 ([#218](https://github.com/googleapis/java-datastream/issues/218)) ([9eb3d08](https://github.com/googleapis/java-datastream/commit/9eb3d08d1eb5dc9fc6b463e81687b194ba4a4514))
* Update dependency jeepney to v0.8.0 ([#219](https://github.com/googleapis/java-datastream/issues/219)) ([ce4b583](https://github.com/googleapis/java-datastream/commit/ce4b5834e859e78d20fb344539ba9d75e503097c))
* Update dependency jinja2 to v3.1.2 ([#220](https://github.com/googleapis/java-datastream/issues/220)) ([ff6a152](https://github.com/googleapis/java-datastream/commit/ff6a152f174f28cd3d84f92150d8b0f9bb4a2e89))
* Update dependency keyring to v23.9.3 ([#221](https://github.com/googleapis/java-datastream/issues/221)) ([0c80201](https://github.com/googleapis/java-datastream/commit/0c802014c9c5820ee3fc7e2154e17ab8772f5861))
* Update dependency markupsafe to v2.1.1 ([#222](https://github.com/googleapis/java-datastream/issues/222)) ([1524422](https://github.com/googleapis/java-datastream/commit/1524422274abbe79270bbbbcb07b27b8dac49206))
* Update dependency protobuf to v3.20.2 ([#223](https://github.com/googleapis/java-datastream/issues/223)) ([9d11085](https://github.com/googleapis/java-datastream/commit/9d11085091075a864e7f7628baa9c068d7cdb8f8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.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: storage Issues related to the Cloud Storage API. type: question Request for information or clarification. Not an issue.
Projects
None yet
Development

No branches or pull requests

3 participants