Skip to content

Commit

Permalink
fix(deps): update dependency com.google.api:api-common to v2.4.0 (#1228)
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.2.2` -> `2.4.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.4.0/compatibility-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:api-common/2.4.0/confidence-slim/2.2.2)](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/gapic-generator-java</summary>

### [`v2.4.0`](https://togithub.com/googleapis/gapic-generator-java/blob/HEAD/CHANGELOG.md#&#8203;240-httpsgithubcomgoogleapisgapic-generator-javacomparev231v240-2022-01-11)

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

##### Features

-   add `install` "alias" for local publication ([#&#8203;897](https://togithub.com/googleapis/gapic-generator-java/issues/897)) ([662d1ba](https://togithub.com/googleapis/gapic-generator-java/commit/662d1ba2dab831a7927159b85c196caf28f13cc7))

##### [2.3.1](https://www.github.com/googleapis/gapic-generator-java/compare/v2.3.0...v2.3.1) (2022-01-10)

##### Bug Fixes

-   fix Gradle build error for sourcesJar task on generated libs ([#&#8203;894](https://www.togithub.com/googleapis/gapic-generator-java/issues/894)) ([1060a1a](https://www.github.com/googleapis/gapic-generator-java/commit/1060a1af874d9be3f89c567635630f5ad6f8e830))

### [`v2.3.1`](https://togithub.com/googleapis/gapic-generator-java/blob/HEAD/CHANGELOG.md#&#8203;231-httpswwwgithubcomgoogleapisgapic-generator-javacomparev230v231-2022-01-10)

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

</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/gapic-generator-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
  • Loading branch information
renovate-bot committed Jan 17, 2023
1 parent 467ea48 commit 422315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-iam/proto-google-iam-v1/build.gradle
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
compile 'com.google.protobuf:protobuf-java:3.21.12'
compile 'com.google.api:api-common:2.2.2'
compile 'com.google.api:api-common:2.4.0'
compile project(':proto-google-common-protos')
}

Expand Down

0 comments on commit 422315e

Please sign in to comment.