FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix failing ITBigQueryTest.testUpdateNonExistingTable by mziccard · Pull Request #536 · googleapis/google-cloud-java · GitHub

Fix failing ITBigQueryTest.testUpdateNonExistingTable - #536

Merged
aozarov merged 1 commit into
googleapis:masterfrom
mziccard:fix-bigquery-it
Jan 8, 2016
Merged

Fix failing ITBigQueryTest.testUpdateNonExistingTable#536
aozarov merged 1 commit into
googleapis:masterfrom
mziccard:fix-bigquery-it

Conversation

mziccard commented Jan 8, 2016

Copy link
Copy Markdown
Contributor

There's a test failing in Travis (my bad). The failing test is ITBigQueryTest.testUpdateNonExistingTable

java.lang.AssertionError: null
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertNotNull(Assert.java:712)
    at org.junit.Assert.assertNotNull(Assert.java:722)
    at com.google.gcloud.bigquery.ITBigQueryTest.testUpdateNonExistingTable(ITBigQueryTest.java:465)

The line failing is the following:

assertNotNull(error.debugInfo());

It seems that debugInfo is not available. Noticeably this error never happened to me locally. This PR should fix this error even though I am unsure why it even happens.

mziccard added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: bigquery Issues related to the BigQuery API. testing labels Jan 8, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 8, 2016

aozarov commented Jan 8, 2016

Copy link
Copy Markdown
Contributor

Debug information is only provided by the service internally (IP, users,...).

aozarov added a commit that referenced this pull request Jan 8, 2016
Fix failing ITBigQueryTest.testUpdateNonExistingTable
aozarov merged commit 69caa42 into googleapis:master Jan 8, 2016
github-actions Bot pushed a commit that referenced this pull request Jun 23, 2022
…cies to v2.13.0 (#536)

[![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-recommendations-ai).
github-actions Bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [0.10.0](googleapis/java-recommendations-ai@v0.9.0...v0.10.0) (2022-07-01)


### Features

* Enable REST transport for most of Java and Go clients ([googleapis#537](googleapis/java-recommendations-ai#537)) ([9638a0d](googleapis/java-recommendations-ai@9638a0d))


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([googleapis#539](googleapis/java-recommendations-ai#539)) ([f04084d](googleapis/java-recommendations-ai@f04084d))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#536](googleapis/java-recommendations-ai#536)) ([861b7de](googleapis/java-recommendations-ai@861b7de))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions Bot pushed a commit that referenced this pull request Jul 27, 2022
…onfig to v1.5.2 (#536)

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

---

### Release Notes

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

### [`v1.5.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25)

[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2)

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://togithub.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://togithub.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://togithub.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://togithub.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://togithub.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://togithub.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

</details>

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-securitycenter-settings).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEyNy4wIn0=-->
github-actions Bot pushed a commit that referenced this pull request Aug 16, 2022
…data to v0.14.3 (#536)

[![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.analytics:google-analytics-data](https://togithub.com/googleapis/java-analytics-data) | `0.14.1` -> `0.14.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-data/0.14.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-data/0.14.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-data/0.14.3/compatibility-slim/0.14.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.analytics:google-analytics-data/0.14.3/confidence-slim/0.14.1)](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-analytics-data).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My4wIn0=-->
github-actions Bot pushed a commit that referenced this pull request Aug 18, 2022
…-info-reports-plugin to v3.4.1 (#536)

[![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/) ([source](https://togithub.com/apache/maven-project-info-reports-plugin)) | `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-dialogflow-cx).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2My4wIn0=-->
github-actions Bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [2.4.6](https://togithub.com/googleapis/java-grafeas/compare/v2.4.5...v2.4.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#555](https://togithub.com/googleapis/java-grafeas/issues/555)) ([f0735ea](https://togithub.com/googleapis/java-grafeas/commit/f0735ea0525b1cbcb2480fcbff81f684e0950b43))
* Update dependency certifi to v2022.9.24 ([#535](https://togithub.com/googleapis/java-grafeas/issues/535)) ([257d3b0](https://togithub.com/googleapis/java-grafeas/commit/257d3b0ed0434859b4f94ac84308329b0f4ff42f))
* Update dependency charset-normalizer to v2.1.1 ([#539](https://togithub.com/googleapis/java-grafeas/issues/539)) ([98f4733](https://togithub.com/googleapis/java-grafeas/commit/98f4733b7e2dac238de137f912a555bc9da85c1e))
* Update dependency click to v8.1.3 ([#540](https://togithub.com/googleapis/java-grafeas/issues/540)) ([6320d6d](https://togithub.com/googleapis/java-grafeas/commit/6320d6df465f10fc0b17dad3c93c556d4e472858))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#560](https://togithub.com/googleapis/java-grafeas/issues/560)) ([b8e2520](https://togithub.com/googleapis/java-grafeas/commit/b8e25208ffc0ca3ad6dcf05b31d56a1bbf7f49f0))
* Update dependency gcp-releasetool to v1.8.8 ([#536](https://togithub.com/googleapis/java-grafeas/issues/536)) ([ed5c17c](https://togithub.com/googleapis/java-grafeas/commit/ed5c17c5c58033edfe67b76d383f6a1ce9325b37))
* Update dependency google-api-core to v2.10.1 ([#541](https://togithub.com/googleapis/java-grafeas/issues/541)) ([3002e48](https://togithub.com/googleapis/java-grafeas/commit/3002e48f64dd0a06072da6167f68fc9e3e78ce19))
* Update dependency google-auth to v2.12.0 ([#542](https://togithub.com/googleapis/java-grafeas/issues/542)) ([41579ae](https://togithub.com/googleapis/java-grafeas/commit/41579aeb972547897ea534d5074701535b0595d5))
* Update dependency google-cloud-core to v2.3.2 ([#537](https://togithub.com/googleapis/java-grafeas/issues/537)) ([5cfc2e4](https://togithub.com/googleapis/java-grafeas/commit/5cfc2e4fb609e5d31eb3b976991cf269a7a42042))
* Update dependency google-cloud-storage to v2.5.0 ([#543](https://togithub.com/googleapis/java-grafeas/issues/543)) ([621c6a8](https://togithub.com/googleapis/java-grafeas/commit/621c6a8e2862c0a8bce4e538d7095ea9e2efaa46))
* Update dependency google-crc32c to v1.5.0 ([#544](https://togithub.com/googleapis/java-grafeas/issues/544)) ([6254f5e](https://togithub.com/googleapis/java-grafeas/commit/6254f5e3c48873eff596cb358ad5d36d795fc0ee))
* Update dependency googleapis-common-protos to v1.56.4 ([#538](https://togithub.com/googleapis/java-grafeas/issues/538)) ([d4cfc58](https://togithub.com/googleapis/java-grafeas/commit/d4cfc581331fff32111c89735b3feeb81bcf958d))
* Update dependency importlib-metadata to v4.12.0 ([#545](https://togithub.com/googleapis/java-grafeas/issues/545)) ([fb042eb](https://togithub.com/googleapis/java-grafeas/commit/fb042eba994591f315e2d5a661542c9542fa0ffe))
* Update dependency jeepney to v0.8.0 ([#546](https://togithub.com/googleapis/java-grafeas/issues/546)) ([11bfac1](https://togithub.com/googleapis/java-grafeas/commit/11bfac10df0115fcc298665e6e02f6e667b18363))
* Update dependency jinja2 to v3.1.2 ([#547](https://togithub.com/googleapis/java-grafeas/issues/547)) ([3d63dcc](https://togithub.com/googleapis/java-grafeas/commit/3d63dcc6cc5464c32f65cff543f3ec438bbc8a19))
* Update dependency protobuf to v4 ([#556](https://togithub.com/googleapis/java-grafeas/issues/556)) ([9e6bb1e](https://togithub.com/googleapis/java-grafeas/commit/9e6bb1e7eae7e144d9e1a4518051a989c72e1a55))
* Update dependency pyjwt to v2.5.0 ([#551](https://togithub.com/googleapis/java-grafeas/issues/551)) ([eb33b41](https://togithub.com/googleapis/java-grafeas/commit/eb33b41210e2ff42d1dda3883bcb5518e434e6f6))
* Update dependency requests to v2.28.1 ([#552](https://togithub.com/googleapis/java-grafeas/issues/552)) ([3e5d888](https://togithub.com/googleapis/java-grafeas/commit/3e5d8884b0b1bcd01add07f994defcd4ad330f6c))
* Update dependency typing-extensions to v4.3.0 ([#553](https://togithub.com/googleapis/java-grafeas/issues/553)) ([5bb7386](https://togithub.com/googleapis/java-grafeas/commit/5bb7386ef00fe0a21f06dbbab7e05e84543db5f5))
* Update dependency zipp to v3.8.1 ([#554](https://togithub.com/googleapis/java-grafeas/issues/554)) ([bbae740](https://togithub.com/googleapis/java-grafeas/commit/bbae7406cad78237bfd86fbd8223d7295e994a61))

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


## [2.5.5](https://togithub.com/googleapis/java-os-config/compare/v2.5.4...v2.5.5) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#548](https://togithub.com/googleapis/java-os-config/issues/548)) ([7732104](https://togithub.com/googleapis/java-os-config/commit/773210484285e1866623cee124081a660b3d9b46))
* Update dependency certifi to v2022.9.24 ([#528](https://togithub.com/googleapis/java-os-config/issues/528)) ([4f1f127](https://togithub.com/googleapis/java-os-config/commit/4f1f127775897fad569904445e70e575a2ae2bd8))
* Update dependency charset-normalizer to v2.1.1 ([#532](https://togithub.com/googleapis/java-os-config/issues/532)) ([61f841c](https://togithub.com/googleapis/java-os-config/commit/61f841cd29541b17b8074c153668bf15c8150cff))
* Update dependency click to v8.1.3 ([#533](https://togithub.com/googleapis/java-os-config/issues/533)) ([21192b2](https://togithub.com/googleapis/java-os-config/commit/21192b229b95304a1df3ca2916aa8bf8ea44ea42))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#552](https://togithub.com/googleapis/java-os-config/issues/552)) ([80f58b0](https://togithub.com/googleapis/java-os-config/commit/80f58b03bbffcf154fdab9825a8d45897eb35e42))
* Update dependency gcp-releasetool to v1.8.8 ([#529](https://togithub.com/googleapis/java-os-config/issues/529)) ([14b3317](https://togithub.com/googleapis/java-os-config/commit/14b33172bfa894ac3ffbe000e0e13ed288467dbc))
* Update dependency google-api-core to v2.10.1 ([#534](https://togithub.com/googleapis/java-os-config/issues/534)) ([c654bc1](https://togithub.com/googleapis/java-os-config/commit/c654bc19fc43d85f9d3eff1dd7ee22e9cdd563a7))
* Update dependency google-cloud-core to v2.3.2 ([#530](https://togithub.com/googleapis/java-os-config/issues/530)) ([cd403a7](https://togithub.com/googleapis/java-os-config/commit/cd403a7f04ba05f98b718895e6542b94e0e18395))
* Update dependency google-cloud-storage to v2.5.0 ([#536](https://togithub.com/googleapis/java-os-config/issues/536)) ([de2e7c5](https://togithub.com/googleapis/java-os-config/commit/de2e7c5d015ab0d58f50974cbe8d0f593337d683))
* Update dependency google-crc32c to v1.5.0 ([#537](https://togithub.com/googleapis/java-os-config/issues/537)) ([41bd424](https://togithub.com/googleapis/java-os-config/commit/41bd424e13b21abfc28075c3768a5a39fc02a50a))
* Update dependency googleapis-common-protos to v1.56.4 ([#531](https://togithub.com/googleapis/java-os-config/issues/531)) ([e489df9](https://togithub.com/googleapis/java-os-config/commit/e489df98196bd89959a4c8d5793e67c2dcd5be3b))
* Update dependency importlib-metadata to v4.12.0 ([#538](https://togithub.com/googleapis/java-os-config/issues/538)) ([bc4dd99](https://togithub.com/googleapis/java-os-config/commit/bc4dd993721044c1269825834b4337718a6f24cc))
* Update dependency jeepney to v0.8.0 ([#539](https://togithub.com/googleapis/java-os-config/issues/539)) ([78e9609](https://togithub.com/googleapis/java-os-config/commit/78e9609086f297282384892980a1ee16c200f389))
* Update dependency jinja2 to v3.1.2 ([#540](https://togithub.com/googleapis/java-os-config/issues/540)) ([fc0b932](https://togithub.com/googleapis/java-os-config/commit/fc0b932fac63a34b16dd4c283c66c3da29bb5ab8))
* Update dependency keyring to v23.9.3 ([#541](https://togithub.com/googleapis/java-os-config/issues/541)) ([c61e086](https://togithub.com/googleapis/java-os-config/commit/c61e08684a016231bc7279fde7b52530cae4c40e))
* Update dependency markupsafe to v2.1.1 ([#542](https://togithub.com/googleapis/java-os-config/issues/542)) ([d175c47](https://togithub.com/googleapis/java-os-config/commit/d175c479184daae2b10cc35d4b7d8103bd3ea2e5))
* Update dependency protobuf to v3.20.2 ([#543](https://togithub.com/googleapis/java-os-config/issues/543)) ([5d1183e](https://togithub.com/googleapis/java-os-config/commit/5d1183e95bc6c91903ec88252095135f5d0d23fe))
* Update dependency protobuf to v4 ([#549](https://togithub.com/googleapis/java-os-config/issues/549)) ([8c65a2d](https://togithub.com/googleapis/java-os-config/commit/8c65a2de5cce879b6edc2a4a492d38375954286a))
* Update dependency pyjwt to v2.5.0 ([#544](https://togithub.com/googleapis/java-os-config/issues/544)) ([0c65d1a](https://togithub.com/googleapis/java-os-config/commit/0c65d1ae23d2dbe1f3b5b3fed0ecfea1b79559b2))
* Update dependency requests to v2.28.1 ([#545](https://togithub.com/googleapis/java-os-config/issues/545)) ([0a603a2](https://togithub.com/googleapis/java-os-config/commit/0a603a226990a201a3fde2d039f254dc093bc44f))
* Update dependency typing-extensions to v4.3.0 ([#546](https://togithub.com/googleapis/java-os-config/issues/546)) ([18a8071](https://togithub.com/googleapis/java-os-config/commit/18a80710aad26e2899fb3b3d76ea7ee77098ecee))
* Update dependency zipp to v3.8.1 ([#547](https://togithub.com/googleapis/java-os-config/issues/547)) ([3b4d187](https://togithub.com/googleapis/java-os-config/commit/3b4d187cc3198fabdb20a2cea578788fb1b17fa2))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
…#536)

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

---

### Release Notes

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

### [`v1.6.14`](https://togithub.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#&#8203;1614-httpsgithubcomgoogleapisjava-iamcomparev1613v1614-2022-11-18)

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

##### Dependencies

-   Update dependency com.google.cloud:google-iam-policy to v1.6.13 ([#&#8203;532](https://togithub.com/googleapis/java-iam/issues/532)) ([802a427](https://togithub.com/googleapis/java-iam/commit/802a427ee5c9a2a8b860d60429fafa57ad0403fc))

</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, check this box

---

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-iam).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [1.6.15](https://togithub.com/googleapis/java-iam/compare/v1.6.14...v1.6.15) (2022-11-18)


### Dependencies

* Update dependency com.google.cloud:google-iam-policy to v1.6.14 ([#536](https://togithub.com/googleapis/java-iam/issues/536)) ([caa7bd3](https://togithub.com/googleapis/java-iam/commit/caa7bd3c88884792618cb2a844aa828ddb6acd5e))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
meltsufin pushed a commit that referenced this pull request Dec 22, 2025
…onfig to v0.12.0 (#536)

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

---

### Configuration

📅 **Schedule**: 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, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
chingor13 pushed a commit that referenced this pull request Jan 6, 2026
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
…cies to v2.2.1 (#536)

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

---

### Release Notes

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

### [`v2.2.1`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;221-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare220v221-2021-09-13)

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

</details>

---

### Configuration

📅 **Schedule**: 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, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-datastore).
chingor13 pushed a commit that referenced this pull request Jan 22, 2026
🤖 I have created a release \*beep\* \*boop\*
---
### [2.1.1](https://www.github.com/googleapis/java-datastore/compare/v2.1.0...v2.1.1) (2021-09-14)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.2.1 ([#536](https://www.github.com/googleapis/java-datastore/issues/536)) ([b9b0e79](https://www.github.com/googleapis/java-datastore/commit/b9b0e79f6510311666b1ba442cab124d9c6c547f))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chingor13 pushed a commit that referenced this pull request Feb 24, 2026
chingor13 pushed a commit that referenced this pull request Feb 24, 2026
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.23.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.22.2...v0.23.0) (2021-01-26)


### ⚠ BREAKING CHANGES

* privatize deprecated constructor (#473)

### Features

* allow custom lifespan for impersonated creds ([#515](https://www.github.com/googleapis/google-auth-library-java/issues/515)) ([0707ed4](https://www.github.com/googleapis/google-auth-library-java/commit/0707ed4bbb40fb775f196004ee30f8c695fe662b))
* allow custom scopes for compute engine creds ([#514](https://www.github.com/googleapis/google-auth-library-java/issues/514)) ([edc8d6e](https://www.github.com/googleapis/google-auth-library-java/commit/edc8d6e0e7ca2c6749d026ba42854a09c4879fd6))
* allow set lifetime for service account creds ([#516](https://www.github.com/googleapis/google-auth-library-java/issues/516)) ([427f2d5](https://www.github.com/googleapis/google-auth-library-java/commit/427f2d5610f0e8184a21b24531d2549a68c0b546))
* promote IdToken and JWT features ([#538](https://www.github.com/googleapis/google-auth-library-java/issues/538)) ([b514fe0](https://www.github.com/googleapis/google-auth-library-java/commit/b514fe0cebe5a294e0cf97b7b5349e6a523dc7b2))


### Bug Fixes

* per google style, logger is lower case ([#529](https://www.github.com/googleapis/google-auth-library-java/issues/529)) ([ecfc6a2](https://www.github.com/googleapis/google-auth-library-java/commit/ecfc6a2ea6060e06629b5d422b23b842b917f55e))
* privatize deprecated constructor ([#473](https://www.github.com/googleapis/google-auth-library-java/issues/473)) ([5804ff0](https://www.github.com/googleapis/google-auth-library-java/commit/5804ff03a531268831ac797ab262638a3119c14f))
* remove deprecated methods ([#537](https://www.github.com/googleapis/google-auth-library-java/issues/537)) ([427963e](https://www.github.com/googleapis/google-auth-library-java/commit/427963e04702d8b73eca5ed555539b11bbe97342))
* replace non-precondition use of Preconditions ([#539](https://www.github.com/googleapis/google-auth-library-java/issues/539)) ([f2ab4f1](https://www.github.com/googleapis/google-auth-library-java/commit/f2ab4f14262d54de0fde85494cfd92cf01a30cbe))
* switch to GSON ([#531](https://www.github.com/googleapis/google-auth-library-java/issues/531)) ([1b98d5c](https://www.github.com/googleapis/google-auth-library-java/commit/1b98d5c86fc5e56187c977e7f43c39bb62483d40))
* use default timeout if given 0 for ImpersonatedCredentials ([#527](https://www.github.com/googleapis/google-auth-library-java/issues/527)) ([ec74870](https://www.github.com/googleapis/google-auth-library-java/commit/ec74870c372a33d4157b45bb5d59ad7464fb2238))


### Dependencies

* update dependency com.google.appengine:appengine-api-1.0-sdk to v1.9.84 ([#422](https://www.github.com/googleapis/google-auth-library-java/issues/422)) ([b262c45](https://www.github.com/googleapis/google-auth-library-java/commit/b262c4587b058e6837429ee05f1b6a63620ee598))
* update dependency com.google.guava:guava to v30.1-android ([#522](https://www.github.com/googleapis/google-auth-library-java/issues/522)) ([4090d1c](https://www.github.com/googleapis/google-auth-library-java/commit/4090d1cb50041bceb1cd975d1a9249a412df936f))


### Documentation

* fix wording in jwtWithClaims Javadoc ([#536](https://www.github.com/googleapis/google-auth-library-java/issues/536)) ([af21727](https://www.github.com/googleapis/google-auth-library-java/commit/af21727815263fb5ffc07ede953cf042fac3ac2b))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 11, 2026
…onfig to v0.12.0 (googleapis#536)

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

---

### Configuration

📅 **Schedule**: 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, check this box.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
chingor13 pushed a commit that referenced this pull request Mar 12, 2026
chingor13 pushed a commit that referenced this pull request Mar 12, 2026
🤖 I have created a release \*beep\* \*boop\* 
---
## [0.23.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.22.2...v0.23.0) (2021-01-26)


### ⚠ BREAKING CHANGES

* privatize deprecated constructor (#473)

### Features

* allow custom lifespan for impersonated creds ([#515](https://www.github.com/googleapis/google-auth-library-java/issues/515)) ([03528ea](https://www.github.com/googleapis/google-auth-library-java/commit/03528ea71a0df1bbbebd26f707c7937a133f9dc6))
* allow custom scopes for compute engine creds ([#514](https://www.github.com/googleapis/google-auth-library-java/issues/514)) ([e4d932c](https://www.github.com/googleapis/google-auth-library-java/commit/e4d932cc93bf35b2aa11df1a91f6d89f6e1d824b))
* allow set lifetime for service account creds ([#516](https://www.github.com/googleapis/google-auth-library-java/issues/516)) ([c04eb8c](https://www.github.com/googleapis/google-auth-library-java/commit/c04eb8ca8d5903c1341e2e132d7283f8ea4e9ad1))
* promote IdToken and JWT features ([#538](https://www.github.com/googleapis/google-auth-library-java/issues/538)) ([59acd94](https://www.github.com/googleapis/google-auth-library-java/commit/59acd94f9e76cbd0f3f4848a8a9209025f107344))


### Bug Fixes

* per google style, logger is lower case ([#529](https://www.github.com/googleapis/google-auth-library-java/issues/529)) ([0a09b48](https://www.github.com/googleapis/google-auth-library-java/commit/0a09b4874c5b81e50f52a79252c8dcc831a2d753))
* privatize deprecated constructor ([#473](https://www.github.com/googleapis/google-auth-library-java/issues/473)) ([81d5b5f](https://www.github.com/googleapis/google-auth-library-java/commit/81d5b5f42d9b90fa477ad2f00777ae7dde804946))
* remove deprecated methods ([#537](https://www.github.com/googleapis/google-auth-library-java/issues/537)) ([6361de4](https://www.github.com/googleapis/google-auth-library-java/commit/6361de4593e9c89ceb82c3c71ce4957f88736173))
* replace non-precondition use of Preconditions ([#539](https://www.github.com/googleapis/google-auth-library-java/issues/539)) ([04636c4](https://www.github.com/googleapis/google-auth-library-java/commit/04636c47e3b5a511d1b5be374bb232188b09cfb8))
* switch to GSON ([#531](https://www.github.com/googleapis/google-auth-library-java/issues/531)) ([c7e9503](https://www.github.com/googleapis/google-auth-library-java/commit/c7e95030562a9660d50dfcaff45a2b42fac1d5af))
* use default timeout if given 0 for ImpersonatedCredentials ([#527](https://www.github.com/googleapis/google-auth-library-java/issues/527)) ([035bfa4](https://www.github.com/googleapis/google-auth-library-java/commit/035bfa44f3548a01737ae5d7cc329cd9aac1ed6f))


### Dependencies

* update dependency com.google.appengine:appengine-api-1.0-sdk to v1.9.84 ([#422](https://www.github.com/googleapis/google-auth-library-java/issues/422)) ([6c18745](https://www.github.com/googleapis/google-auth-library-java/commit/6c18745c50a9c3fb179a8a53b9c7b2876aaa4ac1))
* update dependency com.google.guava:guava to v30.1-android ([#522](https://www.github.com/googleapis/google-auth-library-java/issues/522)) ([ab52464](https://www.github.com/googleapis/google-auth-library-java/commit/ab524646a29379c2774d3f22192f05ebd4f71ff8))


### Documentation

* fix wording in jwtWithClaims Javadoc ([#536](https://www.github.com/googleapis/google-auth-library-java/issues/536)) ([85501ff](https://www.github.com/googleapis/google-auth-library-java/commit/85501ff21a271e1b9febf2f74791264cfea5aa1f))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/d9079f8e-3fa1-44e6-b6d8-65a7341e9be2/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

Source-Link: googleapis/synthtool@5d3c52f
suztomo pushed a commit that referenced this pull request Mar 30, 2026
…cies to v1 (#536)

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

---

### Release Notes

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

### [`v1.0.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0211v100-2021-04-23)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.21.1...v1.0.0)

##### Features

-   promote to 1.0.0 ([#&#8203;341](https://www.github.com/googleapis/java-shared-dependencies/issues/341)) ([eddce7b](https://www.github.com/googleapis/java-shared-dependencies/commit/eddce7bda196d757c0bb93a05574cc742e3d7ff6))

##### Dependencies

-   update dependency com.google.api:api-common to v1.10.3 ([#&#8203;340](https://www.github.com/googleapis/java-shared-dependencies/issues/340)) ([6a7fc33](https://www.github.com/googleapis/java-shared-dependencies/commit/6a7fc33548c199d5f310b3ee5024907882d22726))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#&#8203;334](https://www.github.com/googleapis/java-shared-dependencies/issues/334)) ([e5c747d](https://www.github.com/googleapis/java-shared-dependencies/commit/e5c747d245194effc258ae706e7764153010cd53))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#&#8203;338](https://www.github.com/googleapis/java-shared-dependencies/issues/338)) ([ffa1df5](https://www.github.com/googleapis/java-shared-dependencies/commit/ffa1df5497b5365f520b665a202b8caf6521fc9d))
-   update dependency org.threeten:threetenbp to v1.5.1 ([#&#8203;335](https://www.github.com/googleapis/java-shared-dependencies/issues/335)) ([c8c6df4](https://www.github.com/googleapis/java-shared-dependencies/commit/c8c6df48e7f80944544939e502f4f08543af2631))
-   update google.core.version to v1.94.8 ([#&#8203;342](https://www.github.com/googleapis/java-shared-dependencies/issues/342)) ([d946dd2](https://www.github.com/googleapis/java-shared-dependencies/commit/d946dd2299aac32f969a2226a1391e1e73f00e62))

##### [0.21.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.0...v0.21.1) (2021-04-19)

##### Bug Fixes

-   release scripts from issuing overlapping phases ([#&#8203;332](https://www.github.com/googleapis/java-shared-dependencies/issues/332)) ([e289825](https://www.github.com/googleapis/java-shared-dependencies/commit/e289825a3bc45b4796db7ce4347f8d9d9251a410))

##### Dependencies

-   update dependency com.fasterxml.jackson:jackson-bom to v2.12.3 ([#&#8203;329](https://www.github.com/googleapis/java-shared-dependencies/issues/329)) ([a77b4fc](https://www.github.com/googleapis/java-shared-dependencies/commit/a77b4fcc2ea5caf366c76a4698bac6d4c9abc92e))
-   update dependency com.google.api-client:google-api-client-bom to v1.31.4 ([#&#8203;326](https://www.github.com/googleapis/java-shared-dependencies/issues/326)) ([409d24f](https://www.github.com/googleapis/java-shared-dependencies/commit/409d24f8a0cac30e41ca45eb2711aecb335d70dd))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.3 ([#&#8203;328](https://www.github.com/googleapis/java-shared-dependencies/issues/328)) ([88cfc08](https://www.github.com/googleapis/java-shared-dependencies/commit/88cfc08952881200e23ed95cfa2eebad85ec7ab3))
-   update google.core.version to v1.94.7 ([#&#8203;324](https://www.github.com/googleapis/java-shared-dependencies/issues/324)) ([0412c88](https://www.github.com/googleapis/java-shared-dependencies/commit/0412c88468940c1182bc0761bfe269a6688fe7b7))
-   update iam.version to v1.0.12 ([#&#8203;327](https://www.github.com/googleapis/java-shared-dependencies/issues/327)) ([548d5f5](https://www.github.com/googleapis/java-shared-dependencies/commit/548d5f53c4f264f1cbb9ca72fdfe4608ab16b480))

</details>

---

### Configuration

:date: **Schedule**: At any time (no schedule defined).

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

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

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

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage-nio).
suztomo pushed a commit that referenced this pull request Mar 30, 2026
🤖 I have created a release \*beep\* \*boop\*
---
### [0.122.13](https://www.github.com/googleapis/java-storage-nio/compare/v0.122.12...v0.122.13) (2021-04-26)


### Bug Fixes

* release scripts from issuing overlapping phases ([#528](https://www.github.com/googleapis/java-storage-nio/issues/528)) ([df4d756](https://www.github.com/googleapis/java-storage-nio/commit/df4d75640d6ebc9bf6b5ac2daf46c8a9ad6d7880))


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v1.94.7 ([#486](https://www.github.com/googleapis/java-storage-nio/issues/486)) ([438d3d8](https://www.github.com/googleapis/java-storage-nio/commit/438d3d80f970fb728134b78e1ffe365733c3aeb2))
* update dependency com.google.cloud:google-cloud-core to v1.94.8 ([#535](https://www.github.com/googleapis/java-storage-nio/issues/535)) ([d2f2744](https://www.github.com/googleapis/java-storage-nio/commit/d2f2744b37ea1bbff05c4b6c814a596e52d9fcb4))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#532](https://www.github.com/googleapis/java-storage-nio/issues/532)) ([ccdff2c](https://www.github.com/googleapis/java-storage-nio/commit/ccdff2c5b7a38cc1a92e352038fb1ed9d6710978))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#536](https://www.github.com/googleapis/java-storage-nio/issues/536)) ([ed62b6e](https://www.github.com/googleapis/java-storage-nio/commit/ed62b6e5f53a38c171f5e7bf5a345b635b0290ed))
* update dependency com.google.cloud:google-cloud-storage to v1.113.15 ([#525](https://www.github.com/googleapis/java-storage-nio/issues/525)) ([06e9db2](https://www.github.com/googleapis/java-storage-nio/commit/06e9db2af8f101211acc0c3f397c68e7e162d73b))
* update dependency com.google.cloud:google-cloud-storage to v1.113.16 ([#537](https://www.github.com/googleapis/java-storage-nio/issues/537)) ([925c472](https://www.github.com/googleapis/java-storage-nio/commit/925c472c130f227a17b7469e962e865265dc9c5e))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
lqiu96 pushed a commit that referenced this pull request Apr 1, 2026
…cies to v1 (#536)

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

---

### Release Notes

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

### [`v1.0.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapisjava-shared-dependenciescompare0211v100-2021-04-23)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v0.21.1...v1.0.0)

##### Features

-   promote to 1.0.0 ([#&#8203;341](https://www.github.com/googleapis/java-shared-dependencies/issues/341)) ([eddce7b](https://www.github.com/googleapis/java-shared-dependencies/commit/eddce7bda196d757c0bb93a05574cc742e3d7ff6))

##### Dependencies

-   update dependency com.google.api:api-common to v1.10.3 ([#&#8203;340](https://www.github.com/googleapis/java-shared-dependencies/issues/340)) ([6a7fc33](https://www.github.com/googleapis/java-shared-dependencies/commit/6a7fc33548c199d5f310b3ee5024907882d22726))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.4 ([#&#8203;334](https://www.github.com/googleapis/java-shared-dependencies/issues/334)) ([e5c747d](https://www.github.com/googleapis/java-shared-dependencies/commit/e5c747d245194effc258ae706e7764153010cd53))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.5 ([#&#8203;338](https://www.github.com/googleapis/java-shared-dependencies/issues/338)) ([ffa1df5](https://www.github.com/googleapis/java-shared-dependencies/commit/ffa1df5497b5365f520b665a202b8caf6521fc9d))
-   update dependency org.threeten:threetenbp to v1.5.1 ([#&#8203;335](https://www.github.com/googleapis/java-shared-dependencies/issues/335)) ([c8c6df4](https://www.github.com/googleapis/java-shared-dependencies/commit/c8c6df48e7f80944544939e502f4f08543af2631))
-   update google.core.version to v1.94.8 ([#&#8203;342](https://www.github.com/googleapis/java-shared-dependencies/issues/342)) ([d946dd2](https://www.github.com/googleapis/java-shared-dependencies/commit/d946dd2299aac32f969a2226a1391e1e73f00e62))

##### [0.21.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.21.0...v0.21.1) (2021-04-19)

##### Bug Fixes

-   release scripts from issuing overlapping phases ([#&#8203;332](https://www.github.com/googleapis/java-shared-dependencies/issues/332)) ([e289825](https://www.github.com/googleapis/java-shared-dependencies/commit/e289825a3bc45b4796db7ce4347f8d9d9251a410))

##### Dependencies

-   update dependency com.fasterxml.jackson:jackson-bom to v2.12.3 ([#&#8203;329](https://www.github.com/googleapis/java-shared-dependencies/issues/329)) ([a77b4fc](https://www.github.com/googleapis/java-shared-dependencies/commit/a77b4fcc2ea5caf366c76a4698bac6d4c9abc92e))
-   update dependency com.google.api-client:google-api-client-bom to v1.31.4 ([#&#8203;326](https://www.github.com/googleapis/java-shared-dependencies/issues/326)) ([409d24f](https://www.github.com/googleapis/java-shared-dependencies/commit/409d24f8a0cac30e41ca45eb2711aecb335d70dd))
-   update dependency com.google.auth:google-auth-library-bom to v0.25.3 ([#&#8203;328](https://www.github.com/googleapis/java-shared-dependencies/issues/328)) ([88cfc08](https://www.github.com/googleapis/java-shared-dependencies/commit/88cfc08952881200e23ed95cfa2eebad85ec7ab3))
-   update google.core.version to v1.94.7 ([#&#8203;324](https://www.github.com/googleapis/java-shared-dependencies/issues/324)) ([0412c88](https://www.github.com/googleapis/java-shared-dependencies/commit/0412c88468940c1182bc0761bfe269a6688fe7b7))
-   update iam.version to v1.0.12 ([#&#8203;327](https://www.github.com/googleapis/java-shared-dependencies/issues/327)) ([548d5f5](https://www.github.com/googleapis/java-shared-dependencies/commit/548d5f53c4f264f1cbb9ca72fdfe4608ab16b480))

</details>

---

### Configuration

:date: **Schedule**: At any time (no schedule defined).

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

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

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

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-storage-nio).
lqiu96 pushed a commit that referenced this pull request Apr 1, 2026
🤖 I have created a release \*beep\* \*boop\*
---
### [0.122.13](https://www.github.com/googleapis/java-storage-nio/compare/v0.122.12...v0.122.13) (2021-04-26)


### Bug Fixes

* release scripts from issuing overlapping phases ([#528](https://www.github.com/googleapis/java-storage-nio/issues/528)) ([df4d756](https://www.github.com/googleapis/java-storage-nio/commit/df4d75640d6ebc9bf6b5ac2daf46c8a9ad6d7880))


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v1.94.7 ([#486](https://www.github.com/googleapis/java-storage-nio/issues/486)) ([438d3d8](https://www.github.com/googleapis/java-storage-nio/commit/438d3d80f970fb728134b78e1ffe365733c3aeb2))
* update dependency com.google.cloud:google-cloud-core to v1.94.8 ([#535](https://www.github.com/googleapis/java-storage-nio/issues/535)) ([d2f2744](https://www.github.com/googleapis/java-storage-nio/commit/d2f2744b37ea1bbff05c4b6c814a596e52d9fcb4))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#532](https://www.github.com/googleapis/java-storage-nio/issues/532)) ([ccdff2c](https://www.github.com/googleapis/java-storage-nio/commit/ccdff2c5b7a38cc1a92e352038fb1ed9d6710978))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#536](https://www.github.com/googleapis/java-storage-nio/issues/536)) ([ed62b6e](https://www.github.com/googleapis/java-storage-nio/commit/ed62b6e5f53a38c171f5e7bf5a345b635b0290ed))
* update dependency com.google.cloud:google-cloud-storage to v1.113.15 ([#525](https://www.github.com/googleapis/java-storage-nio/issues/525)) ([06e9db2](https://www.github.com/googleapis/java-storage-nio/commit/06e9db2af8f101211acc0c3f397c68e7e162d73b))
* update dependency com.google.cloud:google-cloud-storage to v1.113.16 ([#537](https://www.github.com/googleapis/java-storage-nio/issues/537)) ([925c472](https://www.github.com/googleapis/java-storage-nio/commit/925c472c130f227a17b7469e962e865265dc9c5e))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
benjaminp pushed a commit to benjaminp/google-cloud-java that referenced this pull request Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the BigQuery API. cla: yes This human has signed the Contributor License Agreement. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL