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

Integration test for ls #931

Merged
merged 4 commits into from
Apr 19, 2016
Merged

Conversation

jean-philippe-martin
Copy link

List the files in a bucket running against the real GCS. This required a little bugfix in my FakeStorageRpc.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2016
@jean-philippe-martin
Copy link
Author

I ran into unexpected behavior in storage.list (see CloudStorageFileSystemProvider:575): I supply BlobListOptions.currentDirectory() to avoid a recursive listing, but if I also set the BlobListOption.fields() option then I get a recursive listing anyways!

The current workaround is not to set the fields() option, but if this is a real bug in storage then we should fix it.

@mziccard
Copy link
Contributor

@jean-philippe-martin Nice catch, this is indeed a bug on our side. I'll send a fix ASAP.

@jean-philippe-martin
Copy link
Author

Awesome @mziccard, thank you!

int nextSlash = so.getName().indexOf(delimiter, prefix.length());
if (nextSlash >= 0) {
String folderName = so.getName().substring(0, nextSlash + 1);
if (folders.containsKey(folderName)) {

This comment was marked as spam.

@mziccard
Copy link
Contributor

@jean-philippe-martin The issue was fixed with #933, you might want to fetch changes from master

@jean-philippe-martin
Copy link
Author

jean-philippe-martin commented Apr 18, 2016

Sure @mziccard . I'm guessing that should be a separate PR? I made #937, please take a look when you get a chance.

@mziccard
Copy link
Contributor

@jean-philippe-martin We need one PR to merge master into gcs-nio, then you can either rebase this or create a new one, your call

@mziccard
Copy link
Contributor

@jean-philippe-martin In 47632c7 I see you merge gcs-nio into this PR's branch. I strongly suggest you undo that commit and rebase this PR instead.

@jean-philippe-martin
Copy link
Author

oh, ok.

@mziccard
Copy link
Contributor

The rationale behind this is that I don't want to add to the history merge commits that are not strictly necessary. Merge is fine but for PR we should always prefer rebase if possible as it does not add commits that are not feature-related. This makes browsing through history much easier as well as writing changelogs or tracking issues to commits.

@jean-philippe-martin
Copy link
Author

Makes sense. I was going by the "don't rebase public branches" rule of thumb but since no one's working on this branch except me, we're fine.

Storage.BlobListOption.prefix(prefix),
Storage.BlobListOption.currentDirectory()
// this breaks the listing (bug?)
//Storage.BlobListOption.fields()

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@mziccard
Copy link
Contributor

@jean-philippe-martin I just noticed that this file contain several lines that exceed the 100-characters line limit. Would you mind wrapping them?

@jean-philippe-martin
Copy link
Author

Added line breaks.

@mziccard mziccard merged commit eceec71 into googleapis:gcs-nio Apr 19, 2016
@mziccard
Copy link
Contributor

Thanks @jean-philippe-martin for addressing all my annoying comments!

@jean-philippe-martin
Copy link
Author

And thanks @mziccard for your attention to detail!

mziccard pushed a commit to mziccard/gcloud-java that referenced this pull request Jun 29, 2016
mziccard pushed a commit to mziccard/gcloud-java that referenced this pull request Jun 30, 2016
github-actions bot pushed a commit that referenced this pull request Jul 1, 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 to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
…oogleapis#931)

[![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-core](https://github.com/googleapis/java-core) | `2.8.0` -> `2.8.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.1/compatibility-slim/2.8.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.8.1/confidence-slim/2.8.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-vision).
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*
---


## [3.0.1](googleapis/java-vision@v3.0.0...v3.0.1) (2022-07-01)


### Dependencies

* update dependency com.google.cloud:google-cloud-core to v2.8.1 ([googleapis#931](googleapis/java-vision#931)) ([027e196](googleapis/java-vision@027e196))

---
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 Jul 14, 2022
…telligence to v2.2.1 (#931)

* chore(deps): update dependency com.google.cloud:google-cloud-video-intelligence to v2.2.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 Jul 27, 2022
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
github-actions bot pushed a commit that referenced this pull request Aug 9, 2022
…1.0 (#931)

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

---

### Release Notes

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

### [`v2.11.0`](https://github.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#&#8203;2110-httpsgithubcomgoogleapisjava-storagecomparev2100v2110-2022-08-03)

[Compare Source](https://github.com/googleapis/java-storage/compare/v2.10.0...v2.11.0)

##### Features

-   introduce RPC CancelResumableWriteRequest ([#&#8203;1518](https://github.com/googleapis/java-storage/issues/1518)) ([f8811c6](https://github.com/googleapis/java-storage/commit/f8811c654109516116bbbe142f4b27ec7f63b5fb))

##### Documentation

-   Refactor Custom Dual Region sample to work with API changes ([#&#8203;1516](https://github.com/googleapis/java-storage/issues/1516)) ([a60cace](https://github.com/googleapis/java-storage/commit/a60caced9584855f12cdb7cac8ad7606ba32a60a))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-pubsub to v1.120.5 ([#&#8203;1527](https://github.com/googleapis/java-storage/issues/1527)) ([77072e3](https://github.com/googleapis/java-storage/commit/77072e3835bbeb802299fec1359c5f3ca13e3c8a))
-   update dependency com.google.cloud:google-cloud-pubsub to v1.120.7 ([#&#8203;1530](https://github.com/googleapis/java-storage/issues/1530)) ([8c2ebad](https://github.com/googleapis/java-storage/commit/8c2ebad79affb766d842615aa30cc2a3dbe7d0de))
-   update dependency com.google.cloud:google-cloud-pubsub to v1.120.8 ([#&#8203;1534](https://github.com/googleapis/java-storage/issues/1534)) ([723b100](https://github.com/googleapis/java-storage/commit/723b10014cafae257fa75d9c0bfd3fb0c34b9943))
-   update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#&#8203;1526](https://github.com/googleapis/java-storage/issues/1526)) ([f7fc0d2](https://github.com/googleapis/java-storage/commit/f7fc0d2f301bd22e96a0b43f8657cc738f49f278))
-   update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#&#8203;1524](https://github.com/googleapis/java-storage/issues/1524)) ([0e74093](https://github.com/googleapis/java-storage/commit/0e74093f3dffd829f8fb9f2525c1502e1910fbe6))

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


## [2.5.4](googleapis/java-speech@v2.5.3...v2.5.4) (2022-08-09)


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v3 ([#927](googleapis/java-speech#927)) ([5731284](googleapis/java-speech@5731284))
* update dependency com.google.cloud:google-cloud-storage to v2.10.0 ([#930](googleapis/java-speech#930)) ([afc1b3f](googleapis/java-speech@afc1b3f))
* update dependency com.google.cloud:google-cloud-storage to v2.11.0 ([#931](googleapis/java-speech#931)) ([10bebdc](googleapis/java-speech@10bebdc))
* update dependency com.google.cloud:google-cloud-storage to v2.11.1 ([#932](googleapis/java-speech#932)) ([5900f4a](googleapis/java-speech@5900f4a))
* update dependency com.google.cloud:google-cloud-storage to v2.11.2 ([#933](googleapis/java-speech#933)) ([d8e1353](googleapis/java-speech@d8e1353))

---
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
…cies to v3.0.2 (#931)

[![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-errorreporting).
<!--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.124.5](googleapis/java-errorreporting@v0.124.4...v0.124.5) (2022-09-08)


### Dependencies

* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#931](googleapis/java-errorreporting#931)) ([789ff61](googleapis/java-errorreporting@789ff61))

---
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*
---


## [2.4.5](googleapis/java-containeranalysis@v2.4.4...v2.4.5) (2022-09-10)


### Dependencies

* Update dependency io.grafeas:grafeas to v2.4.4 ([#930](googleapis/java-containeranalysis#930)) ([905c9e4](googleapis/java-containeranalysis@905c9e4))

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


## [2.11.0](https://github.com/googleapis/java-securitycenter/compare/v2.10.0...v2.11.0) (2022-10-03)


### Features

* Added parent display name i.e. source display name for a finding as one of the finding attributes ([#915](https://github.com/googleapis/java-securitycenter/issues/915)) ([034d25a](https://github.com/googleapis/java-securitycenter/commit/034d25a3191ccc82dd4e9fe69124af3c24b1029f))


### Dependencies

* Update dependency cachetools to v5 ([#933](https://github.com/googleapis/java-securitycenter/issues/933)) ([5b2b39d](https://github.com/googleapis/java-securitycenter/commit/5b2b39dabf51c323316033c558efce77c2c19bf9))
* Update dependency com.google.cloud:google-cloud-bigquery to v2.16.1 ([#917](https://github.com/googleapis/java-securitycenter/issues/917)) ([58ed894](https://github.com/googleapis/java-securitycenter/commit/58ed8942ca8012cf0456bfe431d21e7d553f1fd0))
* Update dependency com.google.cloud:google-cloud-pubsub to v1.120.16 ([#913](https://github.com/googleapis/java-securitycenter/issues/913)) ([1eaf4b3](https://github.com/googleapis/java-securitycenter/commit/1eaf4b3b295ba7e248f88ef14a377d1e865ac5c3))
* Update dependency com.google.cloud:google-cloud-pubsub to v1.120.17 ([#923](https://github.com/googleapis/java-securitycenter/issues/923)) ([60d65d3](https://github.com/googleapis/java-securitycenter/commit/60d65d35a3c50f8cedeb8ef9b4db0480d667a976))
* Update dependency com.google.cloud:google-cloud-pubsub to v1.120.18 ([#924](https://github.com/googleapis/java-securitycenter/issues/924)) ([f94db64](https://github.com/googleapis/java-securitycenter/commit/f94db64c37b4e0c734ee8bd42a6d174feb2251ba))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#937](https://github.com/googleapis/java-securitycenter/issues/937)) ([001091d](https://github.com/googleapis/java-securitycenter/commit/001091d1d178d81e3cec06f3847687c8905be49a))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.6 ([#914](https://github.com/googleapis/java-securitycenter/issues/914)) ([992d37a](https://github.com/googleapis/java-securitycenter/commit/992d37a4fe95b598b638d159aa86e41e324a63ff))
* Update dependency com.google.protobuf:protobuf-java-util to v3.21.7 ([#935](https://github.com/googleapis/java-securitycenter/issues/935)) ([2353016](https://github.com/googleapis/java-securitycenter/commit/23530169d5c988e30c9a1c43a0405243dd6614ad))
* Update dependency markupsafe to v2.1.1 ([#927](https://github.com/googleapis/java-securitycenter/issues/927)) ([2c42b32](https://github.com/googleapis/java-securitycenter/commit/2c42b32a1831e08a8f0f5e4e600e18ca075d5c10))
* Update dependency protobuf to v3.20.2 ([#928](https://github.com/googleapis/java-securitycenter/issues/928)) ([faf7200](https://github.com/googleapis/java-securitycenter/commit/faf72009d3deea9bd869cc6e93a08d28325f2ace))
* Update dependency protobuf to v4 ([#934](https://github.com/googleapis/java-securitycenter/issues/934)) ([19f8da3](https://github.com/googleapis/java-securitycenter/commit/19f8da31814ae8f957b142655c45cdcb5254c696))
* Update dependency pyjwt to v2.5.0 ([#929](https://github.com/googleapis/java-securitycenter/issues/929)) ([a5b8ae2](https://github.com/googleapis/java-securitycenter/commit/a5b8ae2802dfaea8745eab65fa7c4ac83ebd973e))
* Update dependency requests to v2.28.1 ([#930](https://github.com/googleapis/java-securitycenter/issues/930)) ([ca80e91](https://github.com/googleapis/java-securitycenter/commit/ca80e911c33af260892a95998d15c1dd024c67d4))
* Update dependency typing-extensions to v4.3.0 ([#931](https://github.com/googleapis/java-securitycenter/issues/931)) ([12fda13](https://github.com/googleapis/java-securitycenter/commit/12fda1317eb93337827ee03918b91d0c3cbe1a15))
* Update dependency zipp to v3.8.1 ([#932](https://github.com/googleapis/java-securitycenter/issues/932)) ([15a6c7f](https://github.com/googleapis/java-securitycenter/commit/15a6c7f01f4e6da74e037852857af1e0cceaad11))

---
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 Oct 7, 2022
… to v2.4.1 (#931)

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

---

### Release Notes

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

### [`v2.4.1`](https://github.com/googleapis/java-language/blob/HEAD/CHANGELOG.md#&#8203;241-httpsgithubcomgoogleapisjava-languagecomparev240v241-2022-10-03)

[Compare Source](https://github.com/googleapis/java-language/compare/v2.4.0...v2.4.1)

##### Documentation

-   Update classification sample to use v2 model ([#&#8203;899](https://github.com/googleapis/java-language/issues/899)) ([3f956fe](https://github.com/googleapis/java-language/commit/3f956fe12e0eeee2fb4fdf546f77d6b1043f1f73))

##### Dependencies

-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#&#8203;929](https://github.com/googleapis/java-language/issues/929)) ([26b8438](https://github.com/googleapis/java-language/commit/26b84380417fa4bb153f6d7c4f30716192440f81))
-   Update dependency google-api-core to v2.10.1 ([#&#8203;921](https://github.com/googleapis/java-language/issues/921)) ([412cbb9](https://github.com/googleapis/java-language/commit/412cbb97138f52f8b706fbae3c847a80fbe34b4f))
-   Update dependency google-auth to v2.12.0 ([#&#8203;922](https://github.com/googleapis/java-language/issues/922)) ([5e2fd20](https://github.com/googleapis/java-language/commit/5e2fd20f9d720cde6f6cf7a4547115373b57a3a8))
-   Update dependency google-cloud-storage to v2.5.0 ([#&#8203;923](https://github.com/googleapis/java-language/issues/923)) ([fa6ec7b](https://github.com/googleapis/java-language/commit/fa6ec7b5f759f16d7ca9e420f46afa29cca859dd))
-   Update dependency google-crc32c to v1.5.0 ([#&#8203;924](https://github.com/googleapis/java-language/issues/924)) ([a400871](https://github.com/googleapis/java-language/commit/a40087156b32159f72ce3908ff1f77bfd2727a3a))
-   Update dependency importlib-metadata to v4.12.0 ([#&#8203;925](https://github.com/googleapis/java-language/issues/925)) ([7fa6782](https://github.com/googleapis/java-language/commit/7fa678217951ab0ab7729e082c1e2f43a6c294a2))
-   Update dependency jeepney to v0.8.0 ([#&#8203;926](https://github.com/googleapis/java-language/issues/926)) ([d52324e](https://github.com/googleapis/java-language/commit/d52324e86b8d192a5e2ff0ab7aa8c5209d93b112))

</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-language).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTkuMSIsInVwZGF0ZWRJblZlciI6IjMyLjIxOS4xIn0=-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 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).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
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