Skip to content

Commit

Permalink
fix(deps): update dependency com.google.cloud:google-cloud-storage to…
Browse files Browse the repository at this point in the history
… v2.26.1 (#9735)

[![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.25.0` -> `2.26.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-storage/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-storage/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-storage/2.25.0/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-storage/2.25.0/2.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-storage (com.google.cloud:google-cloud-storage)</summary>

### [`v2.26.1`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#2261-2023-08-14)

[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.26.0...v2.26.1)

##### Bug Fixes

-   Make use of ImmutableMap.Builder#buildOrThrow graceful ([#&#8203;2159](https://togithub.com/googleapis/java-storage/issues/2159)) ([e9746f8](https://togithub.com/googleapis/java-storage/commit/e9746f856e9204c1c0ec62f19e6f71ff8a0b9750))
-   Update gRPC writeAndClose to only set finish_write on the last message ([#&#8203;2163](https://togithub.com/googleapis/java-storage/issues/2163)) ([95df758](https://togithub.com/googleapis/java-storage/commit/95df758d6753005226556177e68a3e9c630c789b))

##### Dependencies

-   Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 ([#&#8203;2158](https://togithub.com/googleapis/java-storage/issues/2158)) ([4f5682a](https://togithub.com/googleapis/java-storage/commit/4f5682a4f6d6d5372a2d382ae3e47dace490ca0d))

### [`v2.26.0`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#2260-2023-08-03)

[Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.25.0...v2.26.0)

##### Features

-   Implement BufferToDiskThenUpload BlobWriteSessionConfig ([#&#8203;2139](https://togithub.com/googleapis/java-storage/issues/2139)) ([4dad2d5](https://togithub.com/googleapis/java-storage/commit/4dad2d5c3a81eda7190ad4f95316471e7fa30f66))
-   Introduce new BlobWriteSession ([#&#8203;2123](https://togithub.com/googleapis/java-storage/issues/2123)) ([e0191b5](https://togithub.com/googleapis/java-storage/commit/e0191b518e50a49fae0691894b50f0c5f33fc6af))

##### Bug Fixes

-   **grpc:** Return error if credentials are detected to be null ([#&#8203;2142](https://togithub.com/googleapis/java-storage/issues/2142)) ([b61a976](https://togithub.com/googleapis/java-storage/commit/b61a9764a9d953d2b214edb2b543b8df42fbfa06))
-   Possible NPE when HttpStorageOptions deserialized ([#&#8203;2153](https://togithub.com/googleapis/java-storage/issues/2153)) ([68ad8e7](https://togithub.com/googleapis/java-storage/commit/68ad8e7357097e3dd161c2ab5f7a42a060a3702c))
-   Update grpc default metadata projection to include acl same as json ([#&#8203;2150](https://togithub.com/googleapis/java-storage/issues/2150)) ([330e795](https://togithub.com/googleapis/java-storage/commit/330e795040592e5df22d44fb5216ad7cf2448e81))

##### Dependencies

-   Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.14.0 ([#&#8203;2151](https://togithub.com/googleapis/java-storage/issues/2151)) ([eba8b6a](https://togithub.com/googleapis/java-storage/commit/eba8b6a235919a27d1f6dadf770140c7d143aa1a))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

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

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/google-cloud-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot authored Aug 30, 2023
1 parent 389ac8d commit a3f2406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-jar-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.25.0</version>
<version>2.26.1</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
Expand Down

0 comments on commit a3f2406

Please sign in to comment.