Skip to content

Commit da164c5

Browse files
authored
fix(deps): update dependency com.google.api-client:google-api-client 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==-->
1 parent 3778401 commit da164c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.api-client</groupId>
3131
<artifactId>google-api-client</artifactId>
32-
<version>2.1.3</version>
32+
<version>2.2.0</version>
3333
</dependency>
3434
<!-- [END google-api-client_install_without_bom] -->
3535

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.api-client</groupId>
3030
<artifactId>google-api-client</artifactId>
31-
<version>2.1.3</version>
31+
<version>2.2.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

0 commit comments

Comments
 (0)