Skip to content

Commit

Permalink
fix(deps): update dependency com.google.api-client:google-api-client …
Browse files Browse the repository at this point in the history
…to v1.35.1 (#2091)

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

This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Bug Fixes

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

</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/google-api-java-client).
  • Loading branch information
renovate-bot committed Jun 13, 2022
1 parent 1d3f135 commit a3b4780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.35.0</version>
<version>1.35.1</version>
</dependency>
<!-- [END google-api-client_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.35.0</version>
<version>1.35.1</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit a3b4780

Please sign in to comment.