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 v2.2.0 (#2249)

[![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) | `2.1.3` -> `2.2.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client/2.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client/2.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client/2.2.0/compatibility-slim/2.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api-client:google-api-client/2.2.0/confidence-slim/2.1.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v2.2.0`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;220-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev214v220-2023-01-26)

[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v2.1.4...v2.2.0)

##### Features

-   Remove deprecated OOB flow ([#&#8203;2242](https://togithub.com/googleapis/google-api-java-client/issues/2242)) ([bb494ee](https://togithub.com/googleapis/google-api-java-client/commit/bb494ee28f806570e2de81f3e76678137512fab3))

### [`v2.1.4`](https://togithub.com/googleapis/google-api-java-client/blob/HEAD/CHANGELOG.md#&#8203;214-httpsgithubcomgoogleapisgoogle-api-java-clientcomparev213v214-2023-01-26)

[Compare Source](https://togithub.com/googleapis/google-api-java-client/compare/v2.1.3...v2.1.4)

##### Bug Fixes

-   **deps:** Update dependency com.google.api-client:google-api-client to v2.1.3 ([#&#8203;2239](https://togithub.com/googleapis/google-api-java-client/issues/2239)) ([a830476](https://togithub.com/googleapis/google-api-java-client/commit/a83047687f9a2df4565ec33a8156af19cf97ffd3))
-   **deps:** Update dependency com.google.cloud:libraries-bom to v26.4.0 ([#&#8203;2240](https://togithub.com/googleapis/google-api-java-client/issues/2240)) ([710a5ad](https://togithub.com/googleapis/google-api-java-client/commit/710a5ade1068832df4cd949f31e8f319920c8d1b))
-   **deps:** Update dependency org.apache.httpcomponents:httpclient to v4.5.14 ([#&#8203;2236](https://togithub.com/googleapis/google-api-java-client/issues/2236)) ([aa2b08c](https://togithub.com/googleapis/google-api-java-client/commit/aa2b08c599429551737e339df2742d7bfbf7ac2a))
-   **deps:** Update dependency org.apache.httpcomponents:httpcore to v4.4.16 ([#&#8203;2237](https://togithub.com/googleapis/google-api-java-client/issues/2237)) ([5de8cc2](https://togithub.com/googleapis/google-api-java-client/commit/5de8cc20727df41fd008b3ff2709a60c3755b984))

##### Documentation

-   Adding deprecated annotation and guide for migration ([#&#8203;2244](https://togithub.com/googleapis/google-api-java-client/issues/2244)) ([e505c26](https://togithub.com/googleapis/google-api-java-client/commit/e505c269078208dbce11c966189b2b4ca30956e7))

</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/google-api-java-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuMTI1LjEifQ==-->
  • Loading branch information
renovate-bot committed Feb 27, 2023
1 parent 3778401 commit da164c5
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>2.1.3</version>
<version>2.2.0</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>2.1.3</version>
<version>2.2.0</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down

0 comments on commit da164c5

Please sign in to comment.