Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
deps: update dependency com.google.api:api-common to v2.5.0 (#1083)
Browse files Browse the repository at this point in the history
[![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:api-common](https://togithub.com/googleapis/gapic-generator-java) | `2.4.0` -> `2.5.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/gapic-generator-java</summary>

### [`v2.5.0`](https://togithub.com/googleapis/gapic-generator-java/blob/HEAD/CHANGELOG.md#&#8203;250-httpsgithubcomgoogleapisgapic-generator-javacomparev241v250-2022-01-22)

[Compare Source](https://togithub.com/googleapis/gapic-generator-java/compare/v2.4.0...v2.5.0)

##### Features

-   add server streaming support for REST transport ([#&#8203;902](https://togithub.com/googleapis/gapic-generator-java/issues/902)) ([3b2dec6](https://togithub.com/googleapis/gapic-generator-java/commit/3b2dec6adf46823eeb6859e93362e63f00d84ffc))
-   make generated test values comply with url path template ([#&#8203;903](https://togithub.com/googleapis/gapic-generator-java/issues/903)) ([bfb35cd](https://togithub.com/googleapis/gapic-generator-java/commit/bfb35cd31c05b5fbd2ea8073bcdcfdd3496bca12))

##### [2.4.1](https://togithub.com/googleapis/gapic-generator-java/compare/v2.4.0...v2.4.1) (2022-01-14)

##### Bug Fixes

-   expose extra deps transitively to library users ([#&#8203;899](https://togithub.com/googleapis/gapic-generator-java/issues/899)) ([8fa2660](https://togithub.com/googleapis/gapic-generator-java/commit/8fa2660022cf65ebed011165378683173989332b))
-   fix broken Gradle allJars task on generated libs ([#&#8203;901](https://togithub.com/googleapis/gapic-generator-java/issues/901)) ([e990105](https://togithub.com/googleapis/gapic-generator-java/commit/e99010596d85f891a738de71be3b5fb9c857594a))

</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-core).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
  • Loading branch information
renovate-bot committed Jan 19, 2023
1 parent 22e626c commit dc3e6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -152,7 +152,7 @@
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-core-parent</site.installationModule>
<gax.version>2.21.0</gax.version>
<google.api-common.version>2.4.0</google.api-common.version>
<google.api-common.version>2.5.0</google.api-common.version>
<google.common-protos.version>2.13.0</google.common-protos.version>
<google.iam.version>1.8.0</google.iam.version>
<google.auth.version>1.14.0</google.auth.version>
Expand Down

0 comments on commit dc3e6c7

Please sign in to comment.