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

deps: update dependency com.google.api:api-common to v1.9.0 #95

Conversation

renovate-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
com.google.api:api-common minor 1.8.1 -> 1.9.0

Release Notes

googleapis/api-common-java

v1.9.0

Compare Source

03-25-2020 14:09 PST

New Features

  • Add @BetaApi ApiFutres.catchingAsync() (#​117)
Dependencies
  • Update guava to v28.2-android (#​110)
  • Update error_prone_annotations to v2.2.3 (#​111)

Renovate configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 25, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 25, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 25, 2020
@codecov
Copy link

codecov bot commented Mar 25, 2020

Codecov Report

Merging #95 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #95   +/-   ##
========================================
  Coverage      76.5%   76.5%           
  Complexity      120     120           
========================================
  Files             6       6           
  Lines          1000    1000           
  Branches          3       3           
========================================
  Hits            765     765           
  Misses          214     214           
  Partials         21      21

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cbf1c2...cd456ca. Read the comment docs.

@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label Mar 25, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit bcbce5c into googleapis:master Mar 25, 2020
@renovate-bot renovate-bot deleted the renovate/google.api-common.version branch March 25, 2020 23:21
yoshi-automation added a commit that referenced this pull request Mar 26, 2020
bcbce5c
commit bcbce5c
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:21:09 2020 +0100

    deps: update dependency com.google.api:api-common to v1.9.0 (#95)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/api-common-java</summary>

    ### [`v1.9.0`](https://togithub.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0)

    03-25-2020 14:09 PST

    #### New Features

    -   Add `@BetaApi` `ApiFutres.catchingAsync()` ([#&#8203;117](https://togithub.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://togithub.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://togithub.com/googleapis/api-common-java/pull/111))

    </details>

    ---

    ### Renovate configuration

    📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-iot).
chingor13 pushed a commit that referenced this pull request Mar 26, 2020
* Change triggered by none of the following:
This git repo (https://github.com/googleapis/java-iot.git)
Git repo https://github.com/googleapis/googleapis.git

* chore: Migrate iot synth.py to bazel (#90)

173dcae
commit 173dcae
Author: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com>
Date:   Thu Mar 19 22:29:06 2020 -0700

    chore: Migrate iot synth.py to bazel (#90)

    The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)

* chore(deps): update dependency com.google.cloud:libraries-bom to v4.3.0 (#92)

5e00368
commit 5e00368
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Mon Mar 23 18:22:49 2020 +0100

    chore(deps): update dependency com.google.cloud:libraries-bom to v4.3.0 (#92)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `4.2.0` -> `4.3.0` |

    ---

    ### Renovate configuration

    📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-iot).

* chore: enable context aware commits (#93)

8cbf1c2
commit 8cbf1c2
Author: Jeff Ching <chingor@google.com>
Date:   Mon Mar 23 19:33:30 2020 -0700

    chore: enable context aware commits (#93)

* deps: update dependency com.google.api:api-common to v1.9.0 (#95)

bcbce5c
commit bcbce5c
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Mar 26 00:21:09 2020 +0100

    deps: update dependency com.google.api:api-common to v1.9.0 (#95)

    This PR contains the following updates:

    | Package | Update | Change |
    |---|---|---|
    | [com.google.api:api-common](https://togithub.com/googleapis/api-common-java) | minor | `1.8.1` -> `1.9.0` |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/api-common-java</summary>

    ### [`v1.9.0`](https://togithub.com/googleapis/api-common-java/releases/v1.9.0)

    [Compare Source](https://togithub.com/googleapis/api-common-java/compare/v1.8.1...v1.9.0)

    03-25-2020 14:09 PST

    #### New Features

    -   Add `@BetaApi` `ApiFutres.catchingAsync()` ([#&#8203;117](https://togithub.com/googleapis/api-common-java/pull/117))

    ##### Dependencies

    -   Update guava to v28.2-android ([#&#8203;110](https://togithub.com/googleapis/api-common-java/pull/110))
    -   Update error_prone_annotations to v2.2.3 ([#&#8203;111](https://togithub.com/googleapis/api-common-java/pull/111))

    </details>

    ---

    ### Renovate configuration

    📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-iot).

* bazel: Use latest release of gax_java

googleapis/googleapis@0e9f1f6
commit 0e9f1f60ded9ad1c2e725e37719112f5b487ab65
Author: Google APIs <noreply@google.com>
Date:   Tue Mar 17 16:44:00 2020 -0700

    bazel: Use latest release of gax_java

    PiperOrigin-RevId: 301480457
yoshi-automation added a commit that referenced this pull request Apr 9, 2020
a39c686
commit a39c686
Author: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Date:   Tue Apr 7 16:10:17 2020 +0000

    chore: release 1.0.1 (#96)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [1.0.1](https://www.github.com/googleapis/java-iot/compare/v1.0.0...v1.0.1) (2020-04-07)

    ### Dependencies

    * update core dependencies ([#85](https://www.github.com/googleapis/java-iot/issues/85)) ([c9ab329](https://www.github.com/googleapis/java-iot/commit/c9ab3290f357f136f9aa4f50b9c31dad8492c7a2))
    * update dependency com.google.api:api-common to v1.9.0 ([#95](https://www.github.com/googleapis/java-iot/issues/95)) ([bcbce5c](https://www.github.com/googleapis/java-iot/commit/bcbce5c4c0ae318dc0723f2a6e72284ba62c1055))
    * update dependency com.google.cloud:google-cloud-core to v1.93.4 ([#104](https://www.github.com/googleapis/java-iot/issues/104)) ([2769135](https://www.github.com/googleapis/java-iot/commit/2769135a7ac9d57d702dd332d14babd7a75d15f5))
    * update dependency com.google.cloud.samples:shared-configuration to v1.0.13 ([#94](https://www.github.com/googleapis/java-iot/issues/94)) ([9a8d54d](https://www.github.com/googleapis/java-iot/commit/9a8d54dd36319642a36f6a50d3739b1335d8a939))
    * update dependency org.threeten:threetenbp to v1.4.3 ([#91](https://www.github.com/googleapis/java-iot/issues/91)) ([d41fc82](https://www.github.com/googleapis/java-iot/commit/d41fc8267dd59020b3de34d47f1eaeae928b9209))
    ---

    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
4 participants