Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 28, 2025

Bumps the gomod_updates group with 7 updates:

Package From To
cloud.google.com/go/storage 1.56.2 1.57.0
github.com/aws/aws-sdk-go-v2 1.39.0 1.39.2
github.com/aws/aws-sdk-go-v2/config 1.31.8 1.31.11
github.com/aws/aws-sdk-go-v2/credentials 1.18.12 1.18.15
github.com/aws/aws-sdk-go-v2/service/glue 1.128.3 1.129.1
github.com/aws/aws-sdk-go-v2/service/s3 1.88.1 1.88.3
google.golang.org/api 0.249.0 0.250.0

Updates cloud.google.com/go/storage from 1.56.2 to 1.57.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.57.0

1.57.0 (2025-09-23)

Features

  • storage/control: Add new GetIamPolicy, SetIamPolicy, and TestIamPermissions RPCs (d73f912)
  • storage: Post support dynamic key name (#12677) (9e761f9)
  • storage: WithMeterProvider allows custom meter provider configuration (#12668) (7f574b0)

Bug Fixes

Performance Improvements

Commits
  • 8efa03a chore(main): release spanner 1.57.0 (#9337)
  • 7ff5356 fix(spanner): SelectAll struct fields match should be case-insensitive (#9417)
  • f377281 fix(spanner): internal test package should import local version (#9416)
  • 8c76415 chore(main): release storage 1.38.0 (#9336)
  • 36d788b chore(main): release bigquery 1.59.1 (#9412)
  • 4ac005d fix(bigquery): align return time.Time values to UTC (#9411)
  • ae8c7b7 chore: release main (#9384)
  • f049c97 fix(aiplatform): remove field max_wait_duration from message Scheduling (#9...
  • f7170e2 chore: update CI to turn gowork setting off for build/test (#9396)
  • 530d273 chore(main): release vertexai 0.7.1 (#9395)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.39.0 to 1.39.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.8 to 1.31.11

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.18.12 to 1.18.15

Commits

Updates github.com/aws/aws-sdk-go-v2/service/glue from 1.128.3 to 1.129.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.1 to 1.88.3

Commits

Updates google.golang.org/api from 0.249.0 to 0.250.0

Release notes

Sourced from google.golang.org/api's releases.

v0.250.0

0.250.0 (2025-09-25)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.250.0 (2025-09-25)

Features

Commits
  • 307f588 chore(main): release 0.250.0 (#3307)
  • 2242712 feat(all): auto-regenerate discovery clients (#3318)
  • d41bfb6 chore(google-api-go-generator): add aiplatform:v1beta1 to skipAPIGeneration (...
  • 34bbc4b chore(all): update all (#3313)
  • e4eefd9 feat(all): auto-regenerate discovery clients (#3316)
  • a6d27cf feat(all): auto-regenerate discovery clients (#3315)
  • 0e5a06d feat(all): auto-regenerate discovery clients (#3314)
  • 7f0983c feat(all): auto-regenerate discovery clients (#3312)
  • ffae061 feat(all): auto-regenerate discovery clients (#3311)
  • 5ed74f3 feat(all): auto-regenerate discovery clients (#3310)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod_updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.56.2` | `1.57.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.39.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.8` | `1.31.11` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.18.12` | `1.18.15` |
| [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.128.3` | `1.129.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.88.1` | `1.88.3` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.249.0` | `0.250.0` |


Updates `cloud.google.com/go/storage` from 1.56.2 to 1.57.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.56.2...spanner/v1.57.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.39.0 to 1.39.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.39.0...v1.39.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.8 to 1.31.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.31.8...config/v1.31.11)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.12 to 1.18.15
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.12...config/v1.18.15)

Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.128.3 to 1.129.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/glue/v1.128.3...service/glue/v1.129.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.88.1 to 1.88.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.88.1...service/s3/v1.88.3)

Updates `google.golang.org/api` from 0.249.0 to 0.250.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.249.0...v0.250.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/glue
  dependency-version: 1.129.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.88.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod_updates
- dependency-name: google.golang.org/api
  dependency-version: 0.250.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod_updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 28, 2025
@zeroshade zeroshade merged commit c92dcf9 into main Oct 1, 2025
11 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod_updates-12c8c7b3f8 branch October 1, 2025 08:42
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant