Skip to content

Commit 422315e

Browse files
authored
fix(deps): update dependency com.google.api:api-common to v2.4.0 (#1228)
[![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-->
1 parent 467ea48 commit 422315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-iam/proto-google-iam-v1/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
compile 'com.google.protobuf:protobuf-java:3.21.12'
22-
compile 'com.google.api:api-common:2.2.2'
22+
compile 'com.google.api:api-common:2.4.0'
2323
compile project(':proto-google-common-protos')
2424
}
2525

0 commit comments

Comments
 (0)