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

build(deps): bump com.google.cloud:google-cloud-storage from 2.42.0 to 2.43.0 #2284

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps com.google.cloud:google-cloud-storage from 2.42.0 to 2.43.0.

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.43.0

2.43.0 (2024-09-13)

Features

  • Allow specifying an expected object size for resumable operations. (#2661) (3405611), closes #2511

Bug Fixes

  • Close pending zero-copy responses when Storage#close is called (#2696) (1855308)
  • Github workflow vulnerable to script injection (#2663) (9151ac2)
  • Make ParallelCompositeUploadBlobWriteSessionConfig.ExecutorSupplier#cachedPool a singleton (#2691) (1494809)

Dependencies

  • Promote storage-v2 artifacts to beta (9d22597)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240819-2.0.0 (#2665) (3df1000)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 (#2698) (1dd51c3)
Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.43.0 (2024-09-13)

Features

  • Allow specifying an expected object size for resumable operations. (#2661) (3405611), closes #2511

Bug Fixes

  • Close pending zero-copy responses when Storage#close is called (#2696) (1855308)
  • Github workflow vulnerable to script injection (#2663) (9151ac2)
  • Make ParallelCompositeUploadBlobWriteSessionConfig.ExecutorSupplier#cachedPool a singleton (#2691) (1494809)

Dependencies

  • Promote storage-v2 artifacts to beta (9d22597)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20240819-2.0.0 (#2665) (3df1000)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 (#2698) (1dd51c3)
Commits
  • 9cbb726 chore(main): release 2.43.0 (#2686)
  • fef6d60 test(deps): update cross product test dependencies (#2707)
  • 291a9c6 chore: Add Clirr exemptions for Protobuf 4.27.4+ runtime (#2705)
  • c1944db test(deps): update cross product test dependencies (#2703)
  • de1de19 chore: add @​InternalExtensionOnly to BlobWriteSession (#2702)
  • 1dd51c3 deps: update dependency com.google.cloud:sdk-platform-java-config to v3.35.0 ...
  • 9151ac2 fix: github workflow vulnerable to script injection (#2663)
  • a7e4fd6 chore: Update generation configuration at Wed Sep 11 02:19:33 UTC 2024 (#2701)
  • 3432345 chore: attempt to drain gRPC ReadObject stream iterator (#2700)
  • 1855308 fix: close pending zero-copy responses when Storage#close is called (#2696)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 23, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-google-cloud-storage-2.43.0 branch from d1fbe73 to 84c8317 Compare September 23, 2024 06:54
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-google-cloud-storage-2.43.0 branch from 84c8317 to 0b0535b Compare September 23, 2024 07:01
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) from 2.42.0 to 2.43.0.
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.42.0...v2.43.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.cloud-google-cloud-storage-2.43.0 branch from 0b0535b to 6b03599 Compare September 23, 2024 07:06
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 5e8339f into master Sep 23, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.google.cloud-google-cloud-storage-2.43.0 branch September 23, 2024 07:11
github-actions bot pushed a commit that referenced this pull request Sep 26, 2024
  - Java Docs were github action was pointing to wrong directory (#2292)
  - JDBC Pre-1970 Date issue fix (#2290)
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.42.0 to 2.43.0 (#2284)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump software.amazon.awssdk:bom from 2.28.1 to 2.28.6 (#2287)
  - build(deps): bump software.amazon.awssdk:bom from 2.28.1 to 2.28.6
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11 (#2286)
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.21.11 to 2.22.11
  - build(deps): bump org.apache.kafka:kafka-clients from 7.7.0-ce to 7.7.1-ce (#2283)
  - build(deps): bump org.apache.kafka:kafka-clients
  - build(deps): bump com.google.protobuf:protobuf-java from 3.25.3 to 3.25.5 in /athena-msk (#2280)
  - build(deps): bump com.google.protobuf:protobuf-java in /athena-msk
  - build(deps): bump org.apache.kafka:kafka-clients from 3.8.0 to 7.7.0-ce (#2166)
  - build(deps): bump aws-sdk.version from 1.12.771 to 1.12.772 (#2262)
  - build(deps): bump aws-sdk.version from 1.12.771 to 1.12.772
  - build(deps): bump com.squareup.wire:wire-schema from 5.0.0 to 5.1.0 (#2270)
  - build(deps): bump com.squareup.wire:wire-schema from 5.0.0 to 5.1.0
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 (#2269)
  - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin
  - build(deps): bump com.squareup.wire:wire-compiler from 5.0.0 to 5.1.0 (#2266)
  - build(deps): bump com.squareup.wire:wire-compiler from 5.0.0 to 5.1.0
  - build(deps): bump io.confluent:kafka-protobuf-provider from 7.7.0 to 7.7.1 (#2263)
  - build(deps): bump io.confluent:kafka-protobuf-provider
  - build(deps): bump io.confluent:kafka-avro-serializer from 7.7.0 to 7.7.1 (#2268)
  - build(deps): bump io.confluent:kafka-avro-serializer from 7.7.0 to 7.7.1
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.0.0 to 5.1.0 (#2267)
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.0.0 to 5.1.0
  - build(deps): bump io.confluent:kafka-protobuf-serializer from 7.7.0 to 7.7.1 (#2264)
  - build(deps): bump io.confluent:kafka-protobuf-serializer
  - build(deps): bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0 (#2265)
  - build(deps): bump net.java.dev.jna:jna-platform from 5.14.0 to 5.15.0
  - build(deps): bump software.amazon.awssdk:bom from 2.27.21 to 2.28.1 (#2261)
  - build(deps): bump software.amazon.awssdk:bom from 2.27.21 to 2.28.1
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 4.9.0 to 5.0.0 (#2160)
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 4.9.0 to 5.0.0
  - build(deps): bump com.squareup.wire:wire-schema from 4.9.0 to 5.0.0 (#2150)
  - build(deps): bump com.squareup.wire:wire-schema from 4.9.0 to 5.0.0
  - build(deps): bump com.squareup.wire:wire-compiler from 4.9.0 to 5.0.0 (#2151)
  - build(deps): bump com.squareup.wire:wire-compiler from 4.9.0 to 5.0.0
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.10 to 2.0.20 (#2186)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 2.0.20 (#2188)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib
  - build(deps): bump org.jetbrains.kotlin:kotlin-reflect from 1.9.10 to 2.0.20 (#2192)
  - build(deps): bump org.jetbrains.kotlin:kotlin-reflect
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.9.10 to 2.0.20 (#2193)
  - build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-common
  - Remove dynamodb:ListSchemas as its no longer valid (#2252)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants