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

Replacing gcd.sh as a local resource with a remote version #76

Merged
merged 6 commits into from
May 27, 2015
Merged

Replacing gcd.sh as a local resource with a remote version #76

merged 6 commits into from
May 27, 2015

Conversation

aozarov
Copy link
Contributor

@aozarov aozarov commented May 27, 2015

No description provided.

@@ -107,7 +122,14 @@ public void start() throws IOException, InterruptedException {
File gcdFolder = gcdPath.toFile();
gcdFolder.deleteOnExit();

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 7093b4b on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@aozarov
Copy link
Contributor Author

aozarov commented May 27, 2015

PTAL

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 1616f63 on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 1616f63 on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 1616f63 on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 1616f63 on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@@ -52,8 +57,18 @@

public static final String DEFAULT_PROJECT_ID = "projectid1";
public static final int PORT = 8080;
private static final String GCD = "gcd-head";
private static final String GCD_LOC = '/' + GCD + ".zip";
private static final String GCD_VERSION = "gcd-v1beta2-rev1-2.1.2b";

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@jgeewax
Copy link

jgeewax commented May 27, 2015

I'm a tiny bit confused what the goal of this PR is.

Why can't we just say "If you want to run tests, first turn on a local datastore using gcd.sh" ? If anything this would ideall be integrated into the Cloud SDK such that you'll run $ gcloud datastore localserver start .... no?

Seems like a lot of work to download a special zip file when we could just put this in the documentation... (For reference, none of the other libraries have anything even remotely similar AFAIK.)

@aozarov
Copy link
Contributor Author

aozarov commented May 27, 2015

These are unit-tests, which also run by Travis (though we could have handled Travis differently). I think it is much better user-experience avoiding a manual setup before running tests. The impact of downloading the zip would only happen for people that are running the tests and the zip will be cached and will not require downloads in subsequent tests/runs. I think this one time (or once in a while when cache cleared) download is negligible compared to the tests runtime.

@jgeewax
Copy link

jgeewax commented May 27, 2015

I think we agree that there should be no manual set up before unit tests.

I'm adding that I think unit tests should run entirely in-process rather than using a separate server against which to execute the tests.

AFAIK, unit tests are supposed to check that we're making the right calls against the external APIs (in this case, the GCD API). They aren't supposed to check that the response is correct.

To put this as an example, I'd expect that we check that we populate the protobuf correctly in unit tests, but our test ends when we check that a mock in-process API server received that protobuf, and validated that it was as we expected. I'd expect an integration test to verify that the response is what we expected.

@aozarov
Copy link
Contributor Author

aozarov commented May 27, 2015

I agree that external process is not ideal for unit-tests but we are trying to make that transparent using the LocalGcdHelper utility and that will changes in the future once the gcd tool supports it (it was
considered before but direction currently is not known). Most AE unit-tests are using a similar approach when using LocalServiceTestHelper (which is basically the only way to write/run unit-tests that are using any of AE services). This tool could also serve application's code that are using gcloud-java-datastore.

If you provide a method "M" that gets input "I" call service "S", process the service response and return result "R" you probably want to make sure that the assumption "M" makes in its code about what "S" needs and what "S" returns are correct. If you mock "S" response you only validate half of your code (assuming you are not returning "S"'s result directly).

Also, per your example. How do you know that the protobuf is indeed populated correctly based on the service needs?

@jgeewax
Copy link

jgeewax commented May 27, 2015

I'm saying "in unit tests, make the assumption". We don't even know if there is potentially a bug in the local-server -- and many services don't have these, and many future ones don't plan to offer these.

Integration tests are there to double check that the assumptions are correct.

@aozarov
Copy link
Contributor Author

aozarov commented May 27, 2015

But if you already have a local-servee why don't you use it? As said the cost of getting it is negligible (please try it) and benefits are high.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 8352ecd on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.72% when pulling 8352ecd on aozarov:temp into 8881beb on GoogleCloudPlatform:master.

@ludoch
Copy link
Contributor

ludoch commented May 27, 2015

LGTM

ludoch added a commit that referenced this pull request May 27, 2015
Replacing gcd.sh as a local resource with a remote version
@ludoch ludoch merged commit 2fef9bf into googleapis:master May 27, 2015
ludoch added a commit that referenced this pull request Jul 1, 2015
Replacing gcd.sh as a local resource with a remote version
ludoch added a commit that referenced this pull request Jul 7, 2015
Replacing gcd.sh as a local resource with a remote version
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/java-core) | minor | `1.92.4` -> `1.93.2` |
| [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | minor | `1.53.1` -> `1.54.0` |
| [com.google.cloud:google-cloud-core-bom](https://togithub.com/googleapis/java-core) | minor | `1.92.4` -> `1.93.2` |

---

### Release Notes

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

### [`v1.93.2`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1932httpswwwgithubcomgoogleapisjava-corecomparev1931v1932-2020-03-10)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.93.1...v1.93.2)

### [`v1.93.1`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1932httpswwwgithubcomgoogleapisjava-corecomparev1931v1932-2020-03-10)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.93.0...v1.93.1)

### [`v1.93.0`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1930httpswwwgithubcomgoogleapisjava-corecomparev1926v1930-2020-02-27)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.92.5...v1.93.0)

##### Features

-   support conditional policies ([#&googleapis#8203;110](https://www.github.com/googleapis/java-core/issues/110)) ([61e2d19](https://www.github.com/googleapis/java-core/commit/61e2d19bb4400978681aa018a8dc200214203830))

##### Bug Fixes

-   fix conversion for pre-epoch timestamps ([#&googleapis#8203;160](https://www.github.com/googleapis/java-core/issues/160)) ([1f8b6b4](https://www.github.com/googleapis/java-core/commit/1f8b6b4835aaa702ec94bbbde89ed90f519c935a))

##### Dependencies

-   update dependency com.google.api:gax-bom to v1.54.0 ([#&googleapis#8203;168](https://www.github.com/googleapis/java-core/issues/168)) ([5b52f9e](https://www.github.com/googleapis/java-core/commit/5b52f9e8d8cdc82b56114d3d1e857d137ae7ca98))
-   update dependency io.grpc:grpc-bom to v1.27.2 ([#&googleapis#8203;166](https://www.github.com/googleapis/java-core/issues/166)) ([28c9859](https://www.github.com/googleapis/java-core/commit/28c98595c9ee96760a063085bd85024177bd6dd2))

##### [1.92.5](https://www.github.com/googleapis/java-core/compare/v1.92.4...v1.92.5) (2020-02-10)

##### Dependencies

-   update dependency com.google.api-client:google-api-client-bom to v1.30.8 ([#&googleapis#8203;146](https://www.github.com/googleapis/java-core/issues/146)) ([1d9c7db](https://www.github.com/googleapis/java-core/commit/1d9c7db40502eff9723f27c24be31ecc2fac9c5d))
-   update dependency com.google.protobuf:protobuf-bom to v3.11.3 ([#&googleapis#8203;148](https://www.github.com/googleapis/java-core/issues/148)) ([092c69b](https://www.github.com/googleapis/java-core/commit/092c69bef5b10cf27ef6770e90ae8e50ea205dcd))

##### [1.92.4](https://www.github.com/googleapis/java-core/compare/v1.92.3...v1.92.4) (2020-01-31)

##### Dependencies

-   update core dependencies ([#&googleapis#8203;143](https://www.github.com/googleapis/java-core/issues/143)) ([454ce1d](https://www.github.com/googleapis/java-core/commit/454ce1dc5a6a41f3333a2a5303315cd9eb66f442))

##### [1.92.3](https://www.github.com/googleapis/java-core/compare/v1.92.2...v1.92.3) (2020-01-28)

##### Dependencies

-   update dependency com.google.api:gax-bom to v1.53.0 ([#&googleapis#8203;126](https://www.github.com/googleapis/java-core/issues/126)) ([bdb1bce](https://www.github.com/googleapis/java-core/commit/bdb1bceb63502c828a37dd50fdb3e0e2204fc0aa))
-   update dependency com.google.auth:google-auth-library-bom to v0.20.0 ([#&googleapis#8203;135](https://www.github.com/googleapis/java-core/issues/135)) ([f40c636](https://www.github.com/googleapis/java-core/commit/f40c6365b1b19bc3360b0094599311bc3271f0e5))
-   update dependency com.google.http-client:google-http-client-bom to v1.34.1 ([#&googleapis#8203;137](https://www.github.com/googleapis/java-core/issues/137)) ([9216702](https://www.github.com/googleapis/java-core/commit/92167026d8e4178ebb952490a3322bd685441a60))
-   update dependency org.threeten:threetenbp to v1.4.1 ([82cac64](https://www.github.com/googleapis/java-core/commit/82cac64486352e46ddc6044a72fff6141d9b10ce))

##### [1.92.2](https://www.github.com/googleapis/java-core/compare/v1.92.1...v1.92.2) (2020-01-09)

##### Bug Fixes

-   cast to proper interface ([#&googleapis#8203;124](https://www.github.com/googleapis/java-core/issues/124)) ([cd6eabf](https://www.github.com/googleapis/java-core/commit/cd6eabffcdeed485aba088336fa473a6b85c752d)), closes [#&googleapis#8203;123](https://www.github.com/googleapis/java-core/issues/123)

##### [1.92.1](https://www.github.com/googleapis/java-core/compare/v1.92.0...v1.92.1) (2020-01-02)

##### Dependencies

-   update dependency com.google.errorprone:error_prone_annotations to v2.3.4 ([#&googleapis#8203;105](https://www.github.com/googleapis/java-core/issues/105)) ([52f47c5](https://www.github.com/googleapis/java-core/commit/52f47c5ed84742b4b41417c486bfbb3c817b4a23))
-   update dependency com.google.guava:guava-bom to v28.2-android ([#&googleapis#8203;113](https://www.github.com/googleapis/java-core/issues/113)) ([8b11b1a](https://www.github.com/googleapis/java-core/commit/8b11b1a8d452ab823f35509ae42263c4a69f2a5a))
-   update dependency com.google.http-client:google-http-client-bom to v1.34.0 ([#&googleapis#8203;98](https://www.github.com/googleapis/java-core/issues/98)) ([d8e946d](https://www.github.com/googleapis/java-core/commit/d8e946dfd3866380406b02ad908925c4250cc34a))
-   update dependency com.google.protobuf:protobuf-bom to v3.11.1 ([#&googleapis#8203;106](https://www.github.com/googleapis/java-core/issues/106)) ([6d36434](https://www.github.com/googleapis/java-core/commit/6d364341bc5552e98590f9344b0e2d8cf4e68f0c))
-   update dependency io.grpc:grpc-bom to v1.26.0 ([#&googleapis#8203;107](https://www.github.com/googleapis/java-core/issues/107)) ([fca41a7](https://www.github.com/googleapis/java-core/commit/fca41a73fb6ca42eb4014d3cec6b32cc8e97ded9))

### [`v1.92.5`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;1925httpswwwgithubcomgoogleapisjava-corecomparev1924v1925-2020-02-10)

[Compare Source](https://togithub.com/googleapis/java-core/compare/v1.92.4...v1.92.5)

</details>

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

### [`v1.54.0`](https://togithub.com/googleapis/gax-java/releases/v1.54.0)

[Compare Source](https://togithub.com/googleapis/gax-java/compare/v1.53.1...v1.54.0)

02-27-2020 09:07 PST

##### New Features

-   Scale number of threads to scale with number of cpus ([#&googleapis#8203;878](https://togithub.com/googleapis/gax-java/pull/878))
-   Do not shut down executor when WatchDog is shut down ([#&googleapis#8203;871](https://togithub.com/googleapis/gax-java/pull/871))

##### Dependencies

-   Update google-http-client to 1.34.2 ([#&googleapis#8203;886](https://togithub.com/googleapis/gax-java/pull/886))
-   Update gRPC to 1.27.2 ([#&googleapis#8203;885](https://togithub.com/googleapis/gax-java/pull/885))
-   Update protobuf to 3.11.4 and gRPC to 1.27.1 ([#&googleapis#8203;882](https://togithub.com/googleapis/gax-java/pull/882))

##### Documentation

-   Add javadoc about being called within single thread ([#&googleapis#8203;856](https://togithub.com/googleapis/gax-java/pull/856))

##### Internal / Testing Changes

-   Update jacoco to 0.8.5 ([#&googleapis#8203;883](https://togithub.com/googleapis/gax-java/pull/883))
-   Update google format plugin ([#&googleapis#8203;868](https://togithub.com/googleapis/gax-java/pull/868))
-   Set up linkage monitor Kokoro build config for gax-java ([#&googleapis#8203;864](https://togithub.com/googleapis/gax-java/pull/864))

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.

---

 - [ ] <!-- 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-resourcemanager).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
… to v1.0.1 (#76)

* chore(deps): update dependency com.google.cloud:google-cloud-dataplex to v1.0.1

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…0.0 (#76)

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

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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. ⚠ **Warning**: custom changes will be lost.

---

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-optimization).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…cies to v3 (#76)

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

---

### Release Notes

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

### [`v3.0.1`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;301-httpsgithubcomgoogleapisjava-shared-dependenciescomparev300v301-2022-08-02)

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

##### Dependencies

-   update dependency com.google.code.gson:gson to v2.9.1 ([#&#8203;766](https://togithub.com/googleapis/java-shared-dependencies/issues/766)) ([f7b2b06](https://togithub.com/googleapis/java-shared-dependencies/commit/f7b2b06b80e3e95ff8ab9b1d6a2638ef3069298a))
-   update gax.version to v2.18.7 ([#&#8203;767](https://togithub.com/googleapis/java-shared-dependencies/issues/767)) ([9650368](https://togithub.com/googleapis/java-shared-dependencies/commit/96503682e98cdf348ea2c1365a03a60f4322c712))
-   update google.core.version to v2.8.6 ([#&#8203;770](https://togithub.com/googleapis/java-shared-dependencies/issues/770)) ([cfd4377](https://togithub.com/googleapis/java-shared-dependencies/commit/cfd4377dc178cebb4724065d55d185ce03988d55))

### [`v3.0.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomgoogleapisjava-shared-dependenciescomparev2130v300-2022-07-29)

[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.13.0...v3.0.0)

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/java-shared-dependencies/issues/1485)) ([#&#8203;738](https://togithub.com/googleapis/java-shared-dependencies/issues/738)) ([11bc8f8](https://togithub.com/googleapis/java-shared-dependencies/commit/11bc8f81f28be88a97fdeafca21724e33638770c))

##### Dependencies

-   update dependency com.google.api-client:google-api-client-bom to v1.35.2 ([#&#8203;729](https://togithub.com/googleapis/java-shared-dependencies/issues/729)) ([1fa59af](https://togithub.com/googleapis/java-shared-dependencies/commit/1fa59af80abb9f278f57658c10158567e825fec6))
-   update dependency com.google.api-client:google-api-client-bom to v2 ([#&#8203;746](https://togithub.com/googleapis/java-shared-dependencies/issues/746)) ([2dcb2e0](https://togithub.com/googleapis/java-shared-dependencies/commit/2dcb2e071e0ba0eea21bb575bd13cd559d4a1ca6))
-   update dependency com.google.api.grpc:grpc-google-common-protos to v2.9.2 ([#&#8203;741](https://togithub.com/googleapis/java-shared-dependencies/issues/741)) ([3352d6c](https://togithub.com/googleapis/java-shared-dependencies/commit/3352d6c36111c04e3f6f3e6360470fa3efb10d8f))
-   update dependency com.google.auth:google-auth-library-bom to v1.8.0 ([#&#8203;726](https://togithub.com/googleapis/java-shared-dependencies/issues/726)) ([2c5d64c](https://togithub.com/googleapis/java-shared-dependencies/commit/2c5d64c127db8384e49113acfeac6928716a2d7f))
-   update dependency com.google.auth:google-auth-library-bom to v1.8.1 ([#&#8203;742](https://togithub.com/googleapis/java-shared-dependencies/issues/742)) ([4f53527](https://togithub.com/googleapis/java-shared-dependencies/commit/4f53527bda7f40896711b7c1d1c02453321ffbc8))
-   update dependency com.google.cloud:first-party-dependencies to v2 ([#&#8203;747](https://togithub.com/googleapis/java-shared-dependencies/issues/747)) ([e970ac0](https://togithub.com/googleapis/java-shared-dependencies/commit/e970ac0599941c825dc2516146a7c6673e68a9b9))
-   update dependency com.google.cloud:grpc-gcp to v1.2.1 ([#&#8203;751](https://togithub.com/googleapis/java-shared-dependencies/issues/751)) ([b3284b6](https://togithub.com/googleapis/java-shared-dependencies/commit/b3284b6ee52a96a6ea8696a05a94443df9ee5b9f))
-   update dependency com.google.cloud:third-party-dependencies to v2 ([#&#8203;748](https://togithub.com/googleapis/java-shared-dependencies/issues/748)) ([573b41a](https://togithub.com/googleapis/java-shared-dependencies/commit/573b41a69504372741cbeb01dd200e7c71967186))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.1 ([#&#8203;730](https://togithub.com/googleapis/java-shared-dependencies/issues/730)) ([6b47126](https://togithub.com/googleapis/java-shared-dependencies/commit/6b47126686b603a5d112e097ce6aa3a1880daf6f))
-   update dependency com.google.http-client:google-http-client-bom to v1.42.2 ([#&#8203;749](https://togithub.com/googleapis/java-shared-dependencies/issues/749)) ([299d7b0](https://togithub.com/googleapis/java-shared-dependencies/commit/299d7b0d4920644e2c3070d12dd1d97da17a5e88))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#&#8203;722](https://togithub.com/googleapis/java-shared-dependencies/issues/722)) ([7a96b12](https://togithub.com/googleapis/java-shared-dependencies/commit/7a96b1259a526b63e9376fd6cc18b27cddeb5f0f))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.3 ([#&#8203;756](https://togithub.com/googleapis/java-shared-dependencies/issues/756)) ([3d0bac2](https://togithub.com/googleapis/java-shared-dependencies/commit/3d0bac23487aebb94267c0708f41ff6c02a028a4))
-   update dependency com.google.protobuf:protobuf-bom to v3.21.4 ([#&#8203;759](https://togithub.com/googleapis/java-shared-dependencies/issues/759)) ([5a54ef1](https://togithub.com/googleapis/java-shared-dependencies/commit/5a54ef1a2d56244166d4fcc46041d62c0dc4b411))
-   update dependency io.grpc:grpc-bom to v1.48.0 ([#&#8203;752](https://togithub.com/googleapis/java-shared-dependencies/issues/752)) ([20ac908](https://togithub.com/googleapis/java-shared-dependencies/commit/20ac908932a5e7c8e581bdfcd68579d7e1cedd5f))
-   update dependency org.checkerframework:checker-qual to v3.23.0 ([#&#8203;736](https://togithub.com/googleapis/java-shared-dependencies/issues/736)) ([fc01d8f](https://togithub.com/googleapis/java-shared-dependencies/commit/fc01d8f93f391f12fdb800d5006f0b4505832eeb))
-   update gax.version to v2.18.3 ([#&#8203;731](https://togithub.com/googleapis/java-shared-dependencies/issues/731)) ([e8ee554](https://togithub.com/googleapis/java-shared-dependencies/commit/e8ee554707acb2f71c739d08e2ff02fbe43ffa52))
-   update gax.version to v2.18.4 ([#&#8203;735](https://togithub.com/googleapis/java-shared-dependencies/issues/735)) ([11c7415](https://togithub.com/googleapis/java-shared-dependencies/commit/11c74152a84697924de3a0e838b05f606c3098f7))
-   update gax.version to v2.18.5 ([#&#8203;758](https://togithub.com/googleapis/java-shared-dependencies/issues/758)) ([7469fc1](https://togithub.com/googleapis/java-shared-dependencies/commit/7469fc1cc5095b39a5738e60156711a268f6e052))
-   update gax.version to v2.18.6 ([#&#8203;763](https://togithub.com/googleapis/java-shared-dependencies/issues/763)) ([b5ca2f7](https://togithub.com/googleapis/java-shared-dependencies/commit/b5ca2f7b4d81c705823253f4f03363a32d2be48b))
-   update google.common-protos.version to v2.9.1 ([#&#8203;724](https://togithub.com/googleapis/java-shared-dependencies/issues/724)) ([5213dbb](https://togithub.com/googleapis/java-shared-dependencies/commit/5213dbbfa9c9b73d2420ec2be7782f16c9c4955f))
-   update google.core.version to v2.8.1 ([#&#8203;725](https://togithub.com/googleapis/java-shared-dependencies/issues/725)) ([575858a](https://togithub.com/googleapis/java-shared-dependencies/commit/575858a60f76e46bbc2a2435c2b6c01c8f4ab681))
-   update google.core.version to v2.8.3 ([#&#8203;760](https://togithub.com/googleapis/java-shared-dependencies/issues/760)) ([cb10ae4](https://togithub.com/googleapis/java-shared-dependencies/commit/cb10ae4b76939215ea465af74163b3d4ad65a548))
-   update google.core.version to v2.8.4 ([#&#8203;762](https://togithub.com/googleapis/java-shared-dependencies/issues/762)) ([821daaf](https://togithub.com/googleapis/java-shared-dependencies/commit/821daafefdbcfdfe6e363e580747538096a562ef))
-   update google.core.version to v2.8.5 ([#&#8203;764](https://togithub.com/googleapis/java-shared-dependencies/issues/764)) ([a1f8f50](https://togithub.com/googleapis/java-shared-dependencies/commit/a1f8f501b54143a2cec8e72efd4ceb3ce47f13ae))
-   update iam.version to v1.5.0 ([#&#8203;732](https://togithub.com/googleapis/java-shared-dependencies/issues/732)) ([9dce0e5](https://togithub.com/googleapis/java-shared-dependencies/commit/9dce0e5199c1e425119adc804304958f58003a27))
-   update iam.version to v1.5.1 ([#&#8203;737](https://togithub.com/googleapis/java-shared-dependencies/issues/737)) ([df39168](https://togithub.com/googleapis/java-shared-dependencies/commit/df391685d42fcb1b04f03ab1380a594893bdce37))
-   update iam.version to v1.5.2 ([#&#8203;743](https://togithub.com/googleapis/java-shared-dependencies/issues/743)) ([cdde697](https://togithub.com/googleapis/java-shared-dependencies/commit/cdde697f25a89fc8c2ec7eae6b7c54f69977bb1c))

</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-video-live-stream).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMjcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
🤖 I have created a release *beep* *boop*
---


## [1.1.3](googleapis/java-optimization@v1.1.2...v1.1.3) (2022-08-02)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.1 ([#78](googleapis/java-optimization#78)) ([5fb0e92](googleapis/java-optimization@5fb0e92))
* update dependency com.google.cloud:google-cloud-storage to v2.10.0 ([#76](googleapis/java-optimization#76)) ([2168a43](googleapis/java-optimization@2168a43))

---
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 12, 2022
🤖 I have created a release *beep* *boop*
---


## [0.5.2](googleapis/java-video-live-stream@v0.5.1...v0.5.2) (2022-08-12)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#76](googleapis/java-video-live-stream#76)) ([59e99ce](googleapis/java-video-live-stream@59e99ce))

---
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 Sep 15, 2022
…1575) (#76)

Source-Link: googleapis/synthtool@2e9ac19
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


## [0.3.4](googleapis/java-video-stitcher@v0.3.3...v0.3.4) (2022-09-15)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#75](googleapis/java-video-stitcher#75)) ([05019e3](googleapis/java-video-stitcher@05019e3))

---
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 Sep 15, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
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 Sep 30, 2022
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [keyring](https://togithub.com/jaraco/keyring) | `==23.4.1` -> `==23.9.3` | [![age](https://badges.renovateapi.com/packages/pypi/keyring/23.9.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/keyring/23.9.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/keyring/23.9.3/compatibility-slim/23.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/keyring/23.9.3/confidence-slim/23.4.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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. ⚠ **Warning**: custom changes will be lost.

---

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-bigquery-data-exchange).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMiIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
🤖 I have created a release *beep* *boop*
---


## [0.2.5](https://togithub.com/googleapis/java-gke-multi-cloud/compare/v0.2.4...v0.2.5) (2022-10-03)


### Dependencies

* Update dependency certifi to v2022.9.24 ([#64](https://togithub.com/googleapis/java-gke-multi-cloud/issues/64)) ([26c7a95](https://togithub.com/googleapis/java-gke-multi-cloud/commit/26c7a959782e854d8586d0a8f6db1dda46643ed6))
* Update dependency charset-normalizer to v2.1.1 ([#68](https://togithub.com/googleapis/java-gke-multi-cloud/issues/68)) ([5be1038](https://togithub.com/googleapis/java-gke-multi-cloud/commit/5be10387cf7ba61cef6077ac7c5608a1c77d6d7c))
* Update dependency click to v8.1.3 ([#69](https://togithub.com/googleapis/java-gke-multi-cloud/issues/69)) ([23ec7b1](https://togithub.com/googleapis/java-gke-multi-cloud/commit/23ec7b127c0a9c35daec7b857c62472741419b3e))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#89](https://togithub.com/googleapis/java-gke-multi-cloud/issues/89)) ([277057f](https://togithub.com/googleapis/java-gke-multi-cloud/commit/277057f30ac66364316a07a0908b92131d84c0d0))
* Update dependency gcp-releasetool to v1.8.8 ([#65](https://togithub.com/googleapis/java-gke-multi-cloud/issues/65)) ([6535c2d](https://togithub.com/googleapis/java-gke-multi-cloud/commit/6535c2d874f1c42187cbbc8d057430bef64514ce))
* Update dependency google-api-core to v2.10.1 ([#70](https://togithub.com/googleapis/java-gke-multi-cloud/issues/70)) ([9d1d115](https://togithub.com/googleapis/java-gke-multi-cloud/commit/9d1d115828721661dd57eb4e861eedde550c8480))
* Update dependency google-auth to v2.12.0 ([#71](https://togithub.com/googleapis/java-gke-multi-cloud/issues/71)) ([2d96ee6](https://togithub.com/googleapis/java-gke-multi-cloud/commit/2d96ee6aa0377b3f9508beabec5321606387859c))
* Update dependency google-cloud-core to v2.3.2 ([#66](https://togithub.com/googleapis/java-gke-multi-cloud/issues/66)) ([04fd329](https://togithub.com/googleapis/java-gke-multi-cloud/commit/04fd3297e44000a7646f3f7c8d1d5681a3dbfff5))
* Update dependency google-cloud-storage to v2.5.0 ([#72](https://togithub.com/googleapis/java-gke-multi-cloud/issues/72)) ([244bf08](https://togithub.com/googleapis/java-gke-multi-cloud/commit/244bf0846f2009f26c2b76ff3a1c7f9ff5e18e99))
* Update dependency google-crc32c to v1.5.0 ([#73](https://togithub.com/googleapis/java-gke-multi-cloud/issues/73)) ([d59fd8e](https://togithub.com/googleapis/java-gke-multi-cloud/commit/d59fd8ec647a9f646d60fb824870dabd75e471a7))
* Update dependency googleapis-common-protos to v1.56.4 ([#67](https://togithub.com/googleapis/java-gke-multi-cloud/issues/67)) ([0a209f8](https://togithub.com/googleapis/java-gke-multi-cloud/commit/0a209f8b2c63d4171ab4e075017a79f6d566fb29))
* Update dependency importlib-metadata to v4.12.0 ([#82](https://togithub.com/googleapis/java-gke-multi-cloud/issues/82)) ([c9f0e09](https://togithub.com/googleapis/java-gke-multi-cloud/commit/c9f0e09a139347fe6be17f818b23cb15a9aa85db))
* Update dependency jeepney to v0.8.0 ([#83](https://togithub.com/googleapis/java-gke-multi-cloud/issues/83)) ([09dcb60](https://togithub.com/googleapis/java-gke-multi-cloud/commit/09dcb609810144975753b71efcb25261f9ff20cd))
* Update dependency jinja2 to v3.1.2 ([#84](https://togithub.com/googleapis/java-gke-multi-cloud/issues/84)) ([2120f14](https://togithub.com/googleapis/java-gke-multi-cloud/commit/2120f1406044f1afdd75c2e319c8cda7b34a0da4))
* Update dependency keyring to v23.9.3 ([#85](https://togithub.com/googleapis/java-gke-multi-cloud/issues/85)) ([057100e](https://togithub.com/googleapis/java-gke-multi-cloud/commit/057100eaaabd3332e51a1106896758362526d778))
* Update dependency markupsafe to v2.1.1 ([#74](https://togithub.com/googleapis/java-gke-multi-cloud/issues/74)) ([fc5a63c](https://togithub.com/googleapis/java-gke-multi-cloud/commit/fc5a63cd739c5aec953de432fda7bf9980590999))
* Update dependency protobuf to v3.20.2 ([#75](https://togithub.com/googleapis/java-gke-multi-cloud/issues/75)) ([43d6da7](https://togithub.com/googleapis/java-gke-multi-cloud/commit/43d6da74a5ced76540deb01ed2135046159deb12))
* Update dependency pyjwt to v2.5.0 ([#76](https://togithub.com/googleapis/java-gke-multi-cloud/issues/76)) ([f22c02a](https://togithub.com/googleapis/java-gke-multi-cloud/commit/f22c02a853e2f16120bf80e560fd6598472bfb7d))
* Update dependency requests to v2.28.1 ([#77](https://togithub.com/googleapis/java-gke-multi-cloud/issues/77)) ([9930dbb](https://togithub.com/googleapis/java-gke-multi-cloud/commit/9930dbba75a1555e712a3bad430097e852677ef7))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 4, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 477955264

Source-Link: https://togithub.com/googleapis/googleapis/commit/a724450af76d0001f23602684c49cd6a4b3a5654

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4abcbcaec855e74a0b22a4988cf9e0eb61a83094
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGFiY2JjYWVjODU1ZTc0YTBiMjJhNDk4OGNmOWUwZWI2MWE4MzA5NCJ9
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


## [0.4.0](https://togithub.com/googleapis/java-bigquery-data-exchange/compare/v0.3.2...v0.4.0) (2022-10-03)


### ⚠ BREAKING CHANGES

* refactor references to Category message
* refresh current dataexchange/v1beta1/* directory to include recent change in protos. Removed common directory and use local enum Category

### Features

* Update BigQuery Analytics Hub API v1beta1 client ([#51](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/51)) ([a70b8ac](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Bug Fixes

* refactor references to Category message ([a70b8ac](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Documentation

* improve proto documentation. ([a70b8ac](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/a70b8ac71383a051f384884b043c554e7fb277bc))


### Dependencies

* Update dependency cachetools to v5 ([#79](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/79)) ([e7fc966](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/e7fc9667452a94f8f976a00409a8cc3fbe6b502f))
* Update dependency certifi to v2022.9.24 ([#59](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/59)) ([9cdbe53](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/9cdbe538bcb6b9e78346206985db000fa3fef3cf))
* Update dependency charset-normalizer to v2.1.1 ([#63](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/63)) ([ea2d77f](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/ea2d77f5381aa3ee97f4ae936f580614f2228075))
* Update dependency click to v8.1.3 ([#64](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/64)) ([6f0b519](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/6f0b519171a8a9e0a0b8bc254486b2ee99a12599))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#54](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/54)) ([63e56e2](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/63e56e248472e64f0fa6ea2b67c0d8066e3d187e))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#56](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/56)) ([acefe6d](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/acefe6df105aa534ab69283dab25e7555478ef0c))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#83](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/83)) ([1329a2d](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/1329a2db26009e7c844282d65da9256d8789fb46))
* Update dependency gcp-releasetool to v1.8.8 ([#60](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/60)) ([cb20437](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/cb20437ca4a81457d16316e52ac505b06997a5ab))
* Update dependency google-api-core to v2.10.1 ([#65](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/65)) ([5677913](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/56779139cfed3778ae6c95cf3677e0ac05755b3e))
* Update dependency google-auth to v2.12.0 ([#66](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/66)) ([d7d2a29](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/d7d2a294b527a4e947a6c8d1a11db5077a941cec))
* Update dependency google-cloud-core to v2.3.2 ([#61](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/61)) ([b23beaf](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/b23beafe5126b10c86993722019da8f9533bbe19))
* Update dependency google-cloud-storage to v2.5.0 ([#67](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/67)) ([afaf995](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/afaf9951a8e9b23dbe645e7711ad563fff21df43))
* Update dependency google-crc32c to v1.5.0 ([#68](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/68)) ([5810429](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/5810429d1f6fa4e04d8b3aac002cc4df46b93b35))
* Update dependency googleapis-common-protos to v1.56.4 ([#62](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/62)) ([845625c](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/845625cc014de6bd21659ff191fda39120c02969))
* Update dependency importlib-metadata to v4.12.0 ([#69](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/69)) ([de23b25](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/de23b2529f9f9adab51361c8dd772c79233cc956))
* Update dependency jeepney to v0.8.0 ([#74](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/74)) ([d3754be](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/d3754be6555594b3776cb056a7b4511223c51850))
* Update dependency jinja2 to v3.1.2 ([#75](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/75)) ([93f43a4](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/93f43a47322508a9b8f8f7d667e3576666d95d72))
* Update dependency keyring to v23.9.3 ([#76](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/76)) ([0a1b61a](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/0a1b61a9c2144ba523cc8aea7d77a93bbdec2176))
* Update dependency markupsafe to v2.1.1 ([#70](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/70)) ([ab50c0e](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/ab50c0eb2a3e081ec81ac14fbc8d3539086c198f))
* Update dependency protobuf to v3.20.2 ([#71](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/71)) ([b647377](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/b647377c7c430cbb86b5fd7125792ae07be7dda6))
* Update dependency protobuf to v4 ([#80](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/80)) ([409ceed](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/409ceed1a74b5ed066b1c565978900773ffe1b0c))
* Update dependency pyjwt to v2.5.0 ([#72](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/72)) ([e43efcd](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/e43efcdfccfd99571622ed47f14432cf0a42cfdc))
* Update dependency requests to v2.28.1 ([#73](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/73)) ([60746a8](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/60746a81486f3edcef143d91ca0d19cfa9546b3d))
* Update dependency typing-extensions to v4.3.0 ([#77](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/77)) ([2a22b12](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/2a22b12e2860296f4a866c5abb54bc11a0cd8a65))
* Update dependency zipp to v3.8.1 ([#78](https://togithub.com/googleapis/java-bigquery-data-exchange/issues/78)) ([7b1a48a](https://togithub.com/googleapis/java-bigquery-data-exchange/commit/7b1a48a0810d1e5702a6b214e148b97efdac7564))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Nov 9, 2022
#76)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 485623855

Source-Link: https://togithub.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants