Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcloud-pubsub-java: Switching dependencies, regenerating code #661

Merged

Conversation

garrettjonesgoogle
Copy link
Member

  • Add dependency on gax-java
  • Add dependency on grpc-pubsub-v1
  • Regenerating the *Api classes
  • Using the emulator runner from GAX
  • Updating the test accordingly

@aozarov

fixes #400
fixes #398 (added a formatting step after code generation)
fixes #394
fixes #383
fixes #382

* Add dependency on gax-java
* Add dependency on grpc-pubsub-v1
* Regenerating the *Api classes
* Using the emulator runner from GAX
* Updating the test accordingly
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 23, 2016
@mziccard
Copy link
Contributor

@garrettjonesgoogle You probably already noticed but tests are failing for Java 7 with the following error:

com.google.gcloud.pubsub.spi.PublisherApiTest
com.google.gcloud.pubsub.spi.PublisherApiTest  Time elapsed: 0.024 sec  <<< ERROR!
java.lang.UnsupportedClassVersionError: com/google/api/gax/testing/GCloudEmulatorRunner : Unsupported major.minor version 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    at com.google.gcloud.pubsub.testing.LocalPubsubHelper.<init>(LocalPubsubHelper.java:66)
    at com.google.gcloud.pubsub.spi.PublisherApiTest.startServer(PublisherApiTest.java:47)
com.google.gcloud.pubsub.spi.PublisherApiTest  Time elapsed: 0.024 sec  <<< ERROR!
java.lang.NullPointerException: null
    at com.google.gcloud.pubsub.spi.PublisherApiTest.stopServer(PublisherApiTest.java:53)

@garrettjonesgoogle
Copy link
Member Author

@mziccard yes, I noticed that last night. I have rebuilt GAX to be compatible with Java 1.7 and just now updated the pom for gcloud-java-pubsub to pull the latest version.

@mziccard
Copy link
Contributor

@garrettjonesgoogle nice!

BTW the tests still fail (for a different reason now). The errors are:

testDeleteTopic(com.google.gcloud.pubsub.spi.PublisherApiTest)  Time elapsed: 0.765 sec  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: com.google.api.gax.grpc.ApiException: io.grpc.StatusRuntimeException: ALREADY_EXISTS: Topic already exists
    at com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1525)
    at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1511)
    at com.google.api.gax.grpc.ApiCallable.call(ApiCallable.java:105)
    at com.google.gcloud.pubsub.spi.PublisherApi.createTopic(PublisherApi.java:427)
    at com.google.gcloud.pubsub.spi.PublisherApi.createTopic(PublisherApi.java:414)
    at com.google.gcloud.pubsub.spi.PublisherApiTest.testDeleteTopic(PublisherApiTest.java:140)

testGetTopic(com.google.gcloud.pubsub.spi.PublisherApiTest)  Time elapsed: 0.015 sec  <<< ERROR!
com.google.common.util.concurrent.UncheckedExecutionException: com.google.api.gax.grpc.ApiException: io.grpc.StatusRuntimeException: ALREADY_EXISTS: Topic already exists
    at com.google.common.util.concurrent.Futures.wrapAndThrowUnchecked(Futures.java:1525)
    at com.google.common.util.concurrent.Futures.getUnchecked(Futures.java:1511)
    at com.google.api.gax.grpc.ApiCallable.call(ApiCallable.java:105)
    at com.google.gcloud.pubsub.spi.PublisherApi.createTopic(PublisherApi.java:427)
    at com.google.gcloud.pubsub.spi.PublisherApi.createTopic(PublisherApi.java:414)
    at com.google.gcloud.pubsub.spi.PublisherApiTest.testGetTopic(PublisherApiTest.java:112)

If my understanding of the issue is correct we should probably use something like UUID.randomUUID() as local address to create the in-memory service. This could be addressed in a different PR.

@garrettjonesgoogle
Copy link
Member Author

@mziccard We think the issue is likely to be that the emulator is not getting properly reset. We will try out a full stop/start cycle instead, and get reset fixed later.

@garrettjonesgoogle
Copy link
Member Author

@mziccard update on the test - the full stop/start cycle isn't working either; we suspect that the emulator itself is somehow not clearing state like it should, so it fails intermittently. We're getting the author of the emulator involved. Do you think the PR can go through before the issue is resolved?

@mziccard
Copy link
Contributor

@garrettjonesgoogle I think we can merge as intermittent errors do not depend on this PR. Feel free to merge whenever you are ready.

@garrettjonesgoogle
Copy link
Member Author

@mziccard Just to clarify, is that approval to merge this pull request?

@mziccard
Copy link
Contributor

Yes :)

garrettjonesgoogle added a commit that referenced this pull request Feb 24, 2016
gcloud-pubsub-java: Switching dependencies, regenerating code
@garrettjonesgoogle garrettjonesgoogle merged commit c53e7ed into googleapis:pubsub-alpha Feb 24, 2016
github-actions bot pushed a commit that referenced this pull request Jul 1, 2022
Making CLIRR not required. The version bumps are now controlled by the Release Please and OwlBot. The CL authors create appropriate change description to control major version bumps.
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [0.9.0](googleapis/java-mediatranslation@v0.8.1...v0.9.0) (2022-07-01)


### Features

* Enable REST transport for most of Java and Go clients ([googleapis#658](googleapis/java-mediatranslation#658)) ([89943a9](googleapis/java-mediatranslation@89943a9))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…onfig to v1.5.3 (#661)

[![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.cloud:google-cloud-shared-config](https://github.com/googleapis/java-shared-config) | `1.5.1` -> `1.5.3` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/compatibility-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-config/1.5.3/confidence-slim/1.5.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-config</summary>

### [`v1.5.3`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;153-httpsgithubcomgoogleapisjava-shared-configcomparev152v153-2022-07-27)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.5.2...v1.5.3)

##### Dependencies

-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;497](https://github.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://github.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a))
-   Update doclet to latest version 1.6.0 ([38fb7c3](https://github.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4))

### [`v1.5.2`](https://github.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#&#8203;152-httpsgithubcomgoogleapisjava-shared-configcomparev151v152-2022-07-25)

[Compare Source](https://github.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2)

##### Dependencies

-   update dependency com.puppycrawl.tools:checkstyle to v10 ([#&#8203;435](https://github.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://github.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;488](https://github.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://github.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;489](https://github.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://github.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

</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, click this checkbox.

---

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-memcache).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…cies to v3.0.2 (#661)

[![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.cloud:google-cloud-shared-dependencies](https://github.com/googleapis/java-shared-dependencies) | `3.0.1` -> `3.0.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/3.0.2/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-shared-dependencies</summary>

### [`v3.0.2`](https://github.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;302-httpsgithubcomgoogleapisjava-shared-dependenciescomparev301v302-2022-09-08)

[Compare Source](https://github.com/googleapis/java-shared-dependencies/compare/v3.0.1...v3.0.2)

##### Dependencies

-   Update dependency com.fasterxml.jackson:jackson-bom to v2.13.4 ([#&#8203;789](https://github.com/googleapis/java-shared-dependencies/issues/789)) ([6cf91a9](https://github.com/googleapis/java-shared-dependencies/commit/6cf91a96b9ea6af0fb845b50582dac7aa2892cab))
-   Update dependency com.google.auth:google-auth-library-bom to v1.10.0 ([#&#8203;781](https://github.com/googleapis/java-shared-dependencies/issues/781)) ([8859e61](https://github.com/googleapis/java-shared-dependencies/commit/8859e61808bfc5cd9546e27e945fc855b36d2554))
-   Update dependency com.google.auth:google-auth-library-bom to v1.11.0 ([#&#8203;790](https://github.com/googleapis/java-shared-dependencies/issues/790)) ([3431a47](https://github.com/googleapis/java-shared-dependencies/commit/3431a471cbf874a67a4f1a42e31f0ed891dedc92))
-   Update dependency com.google.auth:google-auth-library-bom to v1.9.0 ([#&#8203;773](https://github.com/googleapis/java-shared-dependencies/issues/773)) ([27fc79f](https://github.com/googleapis/java-shared-dependencies/commit/27fc79f00ee70011df6a368bb8fcfad7f0ce41f0))
-   Update dependency com.google.errorprone:error_prone_annotations to v2.15.0 ([#&#8203;776](https://github.com/googleapis/java-shared-dependencies/issues/776)) ([bf333b8](https://github.com/googleapis/java-shared-dependencies/commit/bf333b8c88072d21cb959db4d3328bbb55d9ef5c))
-   Update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#&#8203;780](https://github.com/googleapis/java-shared-dependencies/issues/780)) ([da7f44d](https://github.com/googleapis/java-shared-dependencies/commit/da7f44d71d6d7f372b5313dab68ce220308614d4))
-   Update dependency io.grpc:grpc-bom to v1.48.1 ([#&#8203;768](https://github.com/googleapis/java-shared-dependencies/issues/768)) ([5c7768d](https://github.com/googleapis/java-shared-dependencies/commit/5c7768d3c9665dd356de6c39c0a6a5fa6e992f2e))
-   Update dependency io.grpc:grpc-bom to v1.49.0 ([#&#8203;786](https://github.com/googleapis/java-shared-dependencies/issues/786)) ([8734812](https://github.com/googleapis/java-shared-dependencies/commit/8734812f1b4e2faaa48caf41eff59a85892ae344))
-   Update dependency org.checkerframework:checker-qual to v3.24.0 ([#&#8203;775](https://github.com/googleapis/java-shared-dependencies/issues/775)) ([df74b7b](https://github.com/googleapis/java-shared-dependencies/commit/df74b7b0dd5dd592523f302d9fb36adb5991cb0b))
-   Update dependency org.checkerframework:checker-qual to v3.25.0 ([#&#8203;788](https://github.com/googleapis/java-shared-dependencies/issues/788)) ([207035b](https://github.com/googleapis/java-shared-dependencies/commit/207035bd04c9305899eea540acbefaf06a7b1ec9))
-   Update dependency org.threeten:threetenbp to v1.6.1 ([#&#8203;782](https://github.com/googleapis/java-shared-dependencies/issues/782)) ([0f218ae](https://github.com/googleapis/java-shared-dependencies/commit/0f218aeb6aa33cf1da4a8b1d6c82bbf87946dab9))
-   Update gax.version to v2.19.0 ([#&#8203;785](https://github.com/googleapis/java-shared-dependencies/issues/785)) ([4448331](https://github.com/googleapis/java-shared-dependencies/commit/4448331c4c6d88ea8076260776d1d47d24aa19fa))
-   Update google.core.version to v2.8.10 ([#&#8203;787](https://github.com/googleapis/java-shared-dependencies/issues/787)) ([3c344d5](https://github.com/googleapis/java-shared-dependencies/commit/3c344d515e3b9215db5a1f8ef550d800d974e558))
-   Update google.core.version to v2.8.7 ([#&#8203;774](https://github.com/googleapis/java-shared-dependencies/issues/774)) ([d0cd5e8](https://github.com/googleapis/java-shared-dependencies/commit/d0cd5e8f6ca88787fe0dbf7f30c849cb4c4fae5e))
-   Update google.core.version to v2.8.8 ([#&#8203;777](https://github.com/googleapis/java-shared-dependencies/issues/777)) ([f00571c](https://github.com/googleapis/java-shared-dependencies/commit/f00571cd1e9f1c4e011fba4a1e1674c1d8d60200))
-   Update google.core.version to v2.8.9 ([#&#8203;784](https://github.com/googleapis/java-shared-dependencies/issues/784)) ([aa8e505](https://github.com/googleapis/java-shared-dependencies/commit/aa8e505dbb1214b2239e55d5ac83b00c167d77e4))

</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, click this checkbox.

---

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-notification).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [0.123.10](googleapis/java-notification@v0.123.9...v0.123.10) (2022-09-09)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#661](googleapis/java-notification#661)) ([bb0b9eb](googleapis/java-notification@bb0b9eb))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
[![WhiteSource 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.grpc:grpc-google-iam-v1](https://github.com/googleapis/java-iam) | `1.3.0` -> `1.3.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.3.1/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:grpc-google-iam-v1/1.3.1/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) |
| [com.google.api.grpc:proto-google-iam-v1](https://github.com/googleapis/java-iam) | `1.3.0` -> `1.3.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.3.1/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api.grpc:proto-google-iam-v1/1.3.1/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-iam</summary>

### [`v1.3.1`](https://github.com/googleapis/java-iam/blob/HEAD/CHANGELOG.md#&#8203;131-httpsgithubcomgoogleapisjava-iamcomparev130v131-2022-04-11)

[Compare Source](https://github.com/googleapis/java-iam/compare/v1.3.0...v1.3.1)

</details>

---

### 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [2.10.0](googleapis/java-shared-dependencies@v2.9.0...v2.10.0) (2022-04-15)


### Dependencies

* google-cloud-core 2.6.0 ([#668](googleapis/java-shared-dependencies#668)) ([14bad98](googleapis/java-shared-dependencies@14bad98))
* reverting protobuf to 3.19.4 ([#657](googleapis/java-shared-dependencies#657)) ([9fda073](googleapis/java-shared-dependencies@9fda073))
* update dependency com.fasterxml.jackson:jackson-bom to v2.13.2.20220328 ([#646](googleapis/java-shared-dependencies#646)) ([2bd0149](googleapis/java-shared-dependencies@2bd0149))
* update dependency com.google.api-client:google-api-client-bom to v1.34.0 ([#662](googleapis/java-shared-dependencies#662)) ([f8f38ff](googleapis/java-shared-dependencies@f8f38ff))
* update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#652](googleapis/java-shared-dependencies#652)) ([452dcb7](googleapis/java-shared-dependencies@452dcb7))
* update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#669](googleapis/java-shared-dependencies#669)) ([5d255fd](googleapis/java-shared-dependencies@5d255fd))
* update dependency com.google.http-client:google-http-client-bom to v1.41.6 ([#654](googleapis/java-shared-dependencies#654)) ([c93b54f](googleapis/java-shared-dependencies@c93b54f))
* update dependency com.google.http-client:google-http-client-bom to v1.41.7 ([#658](googleapis/java-shared-dependencies#658)) ([95e5d5c](googleapis/java-shared-dependencies@95e5d5c))
* update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.2 ([#655](googleapis/java-shared-dependencies#655)) ([061038b](googleapis/java-shared-dependencies@061038b))
* update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.3 ([#663](googleapis/java-shared-dependencies#663)) ([140cfea](googleapis/java-shared-dependencies@140cfea))
* update dependency com.google.protobuf:protobuf-bom to v3.20.0 ([#651](googleapis/java-shared-dependencies#651)) ([f9f656f](googleapis/java-shared-dependencies@f9f656f))
* update dependency io.grpc:grpc-bom to v1.45.1 ([#647](googleapis/java-shared-dependencies#647)) ([2d12ba9](googleapis/java-shared-dependencies@2d12ba9))
* update dependency org.checkerframework:checker-qual to v3.21.4 ([#650](googleapis/java-shared-dependencies#650)) ([43bcd75](googleapis/java-shared-dependencies@43bcd75))
* update gax.version to v2.15.0 ([#649](googleapis/java-shared-dependencies#649)) ([68c5a35](googleapis/java-shared-dependencies@68c5a35))
* update gax.version to v2.16.0 ([#664](googleapis/java-shared-dependencies#664)) ([1e62b89](googleapis/java-shared-dependencies@1e62b89))
* update google.common-protos.version to v2.8.1 ([#656](googleapis/java-shared-dependencies#656)) ([b00e7fd](googleapis/java-shared-dependencies@b00e7fd))
* update google.common-protos.version to v2.8.2 ([#659](googleapis/java-shared-dependencies#659)) ([52c5798](googleapis/java-shared-dependencies@52c5798))
* update google.common-protos.version to v2.8.3 ([#660](googleapis/java-shared-dependencies#660)) ([9871634](googleapis/java-shared-dependencies@9871634))
* update iam.version to v1.3.0 ([#648](googleapis/java-shared-dependencies#648)) ([5252213](googleapis/java-shared-dependencies@5252213))
* update iam.version to v1.3.1 ([#661](googleapis/java-shared-dependencies#661)) ([bfedb46](googleapis/java-shared-dependencies@bfedb46))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants