Skip to content

chore(deps): bump the dependencies group with 10 updates#843

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dependencies-45f0d930ec
Open

chore(deps): bump the dependencies group with 10 updates#843
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/dependencies-45f0d930ec

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 10 updates:

Package From To
cloud.google.com/go/spanner 1.91.0 1.92.0
github.com/ClickHouse/clickhouse-go/v2 2.46.0 2.47.0
github.com/aws/aws-sdk-go-v2 1.41.9 1.42.0
github.com/aws/aws-sdk-go-v2/config 1.32.20 1.32.26
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.57.6 1.59.1
github.com/databricks/databricks-sdk-go 0.139.0 0.152.0
github.com/databricks/databricks-sql-go 1.12.0 1.13.0
github.com/mattn/go-sqlite3 1.14.44 1.14.47
golang.org/x/image 0.41.0 0.43.0
google.golang.org/api 0.282.0 0.283.0

Updates cloud.google.com/go/spanner from 1.91.0 to 1.92.0

Release notes

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

spanner: v1.92.0

v1.92.0 (2026-06-15)

Features

Bug Fixes

Commits
  • 14b5a48 chore: librarian release pull request: 20260615T093125Z (#19973)
  • 827f70e fix(spanner): propagate previous transaction ID on inline-begin retries (#19955)
  • f75fa52 chore: librarian release pull request: 20260611T211916Z (#19963)
  • a37509d feat(bigtable): generate Admin API client using selective gapic (#19962)
  • 34baee9 chore(backstory): add backstory to repo-config.yaml (#19960)
  • af93528 feat(bigtable): enable JWT (#19957)
  • 38ff9d2 chore(backstory): add source_roots to backstory (#19959)
  • c7607be feat: update API sources and regenerate (#19950)
  • 1d2a264 feat(backstory): onboard a new library (#19952)
  • 6fdcf75 chore(storage): add read checksum disable option (#14670)
  • Additional commits viewable in compare view

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.46.0 to 2.47.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.47.0

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.47.0, 2026-06-26

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Commits
  • f0b8c6a Update release notes
  • d24190d Merge pull request #1890 from ClickHouse/kavirajk/remove-contributors-inmemory
  • 9c7c77d chore: upgrade ch-go
  • 73e8c5a chore: remove in-memory contributors list
  • f27da54 Merge pull request #1889 from ClickHouse/kavirajk/flaky-test-fixes
  • d12b57c chore: make cloud tests max_parallel=1
  • 77499dc chore: increase test timeout as it is heavy now
  • 95d99bb chore: make parallel tests with Go version matrix
  • 076b7e7 chore: add transient retry for Code: 242 errors
  • 06cf1bf chor: fix flaky assert on active server connection
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.9 to 1.42.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.20 to 1.32.26

Commits
  • 26060c5 Release 2026-06-29
  • 24e918a Regenerated Clients
  • 334471f Update API model
  • 96d81dc Deprecate iotevents, ioteventsdata, panorama and simspaceweaver (#3458)
  • 30502cb feat: mark common plugins and fix per-op ordering for invokeOperation refacto...
  • 8881653 Revert "feat: mark common plugins and fix per-op ordering for invokeOperation...
  • eba2f01 feat: mark common plugins and fix per-op ordering for invokeOperation… (#3443)
  • 2c5e1db Release 2026-06-23
  • d09eeb5 Regenerated Clients
  • 2f5f5f9 Update API model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.57.6 to 1.59.1

Commits

Updates github.com/databricks/databricks-sdk-go from 0.139.0 to 0.152.0

Release notes

Sourced from github.com/databricks/databricks-sdk-go's releases.

v0.152.0

Breaking Changes

  • Query parameters listed in ForceSendFields are now sent on the wire when they hold a zero value. Previously ForceSendFields had no effect on query parameters (only JSON body fields were honored), so such a parameter was silently omitted; it is now serialized with its explicit value (for example cascade=false). Callers that unknowingly relied on the previous no-op behavior will now send the parameter.

Bug Fixes

  • Honor ForceSendFields for query parameters, including fields nested inside request sub-structs. A zero-valued scalar field (for example a false bool such as cascade on the pipelines Delete request) listed in ForceSendFields is now sent on the wire instead of being dropped by the url tag's omitempty, matching the existing behavior for JSON request bodies.

API Changes

v0.151.0

API Changes

v0.150.0

Bug Fixes

  • Deduplicate identical key/value pairs in the user agent builder (useragent), so repeatedly injecting the same dimension onto a reused context.Context no longer grows the User-Agent header without bound. Distinct values for the same key are still preserved.

API Changes

v0.149.0

API Changes

... (truncated)

Changelog

Sourced from github.com/databricks/databricks-sdk-go's changelog.

Release v0.152.0 (2026-06-29)

Breaking Changes

  • Query parameters listed in ForceSendFields are now sent on the wire when they hold a zero value. Previously ForceSendFields had no effect on query parameters (only JSON body fields were honored), so such a parameter was silently omitted; it is now serialized with its explicit value (for example cascade=false). Callers that unknowingly relied on the previous no-op behavior will now send the parameter.

Bug Fixes

  • Honor ForceSendFields for query parameters, including fields nested inside request sub-structs. A zero-valued scalar field (for example a false bool such as cascade on the pipelines Delete request) listed in ForceSendFields is now sent on the wire instead of being dropped by the url tag's omitempty, matching the existing behavior for JSON request bodies.

API Changes

Release v0.151.0 (2026-06-25)

API Changes

Release v0.150.0 (2026-06-24)

Bug Fixes

  • Deduplicate identical key/value pairs in the user agent builder (useragent), so repeatedly injecting the same dimension onto a reused context.Context no longer grows the User-Agent header without bound. Distinct values for the same key are still preserved.

API Changes

Release v0.149.0 (2026-06-23)

... (truncated)

Commits
  • a3ce44f [Release] Release v0.152.0
  • 1ac4e7c Update SDK API to b6adc4629926d38da0869938d0217b9c824b48f9 (#1736)
  • 02ab226 Update SDK API to b6a1c30cc3858325b43ac3626ffd108215a952ee (#1735)
  • cdb2a66 Update SDK API to cf46b69ab676b4f33b5238b8dfa4caade94e32ea (#1734)
  • a00222d Honor ForceSendFields for query parameters (#1728)
  • b3086eb [Release] Release v0.151.0
  • 74f4eac Update SDK API to 6f6ea259c551860255fe6b841f292cd0f9b48622 (#1733)
  • 106174b [Release] Release v0.150.0
  • 275c8aa Update SDK API to a8955e6d54db89f2c2f5602295188ce3ec83f9c5 (#1732)
  • 3900b84 Deduplicate identical key/value pairs in user agent builder (#1718)
  • Additional commits viewable in compare view

Updates github.com/databricks/databricks-sql-go from 1.12.0 to 1.13.0

Release notes

Sourced from github.com/databricks/databricks-sql-go's releases.

v1.13.0

  • databricks/databricks-sql-go#367#374)
  • databricks/databricks-sql-go#372
  • Detach result streaming from QueryContextdatabricks/databricks-sql-go#373
Changelog

Sourced from github.com/databricks/databricks-sql-go's changelog.

v1.13.0 (2026-06-04)

  • databricks/databricks-sql-go#367#374)
  • databricks/databricks-sql-go#372
  • Detach result streaming from QueryContextdatabricks/databricks-sql-go#373
Commits
  • a8c291d Prepare for v1.13.0 release (#376)
  • 9261ac6 Extract SPOG org-id from cluster httpPath for non-Thrift requests (#367)
  • 9d711e7 Fix U2M/M2M OAuth for SPOG (unified) AWS hosts (#374)
  • 4782948 Cap CloudFetch Arrow batches to server-declared RowCount (#372)
  • 425c700 [ES-1934053] Detach result streaming from QueryContext cancellation (#373)
  • 94154ac Fix flaky TestConn_ExecContext: don't cancel a finished operation (#369)
  • See full diff in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.44 to 1.14.47

Commits
  • 693de12 Merge pull request #1408 from dxbjavid/getfilename-cstring-leak
  • 837b4f2 Merge pull request #1413 from mattn/cache-stmt-column-metadata
  • e99486c cache column metadata for prepared and cached statements
  • eb06f26 Merge pull request #1412 from mattn/codex-5sxu1n
  • 423f960 Make callback handle lookups lock-free
  • a3cd5cd free leaked schema string in GetFilename
  • 379319c Merge pull request #1407 from mattn/blob-arg-call-order
  • c3e96cd call sqlite3_value_blob before sqlite3_value_bytes in callbackArgString
  • 518ffdb Merge pull request #1406 from dxbjavid/function-text-embedded-nul
  • b1e8d68 read text value before its byte length to match documented order
  • Additional commits viewable in compare view

Updates golang.org/x/image from 0.41.0 to 0.43.0

Commits
  • b5baf41 tiff: avoid overflow when reading IFD entries
  • e7513b5 tiff: limit the amount of data read in IFD entries
  • cb9f1a6 tiff: limit uncompressed data reads
  • 304d4cc tiff: reject tiles too much larger than the image
  • 7c04344 tiff: add buffer slice overflow checks for 32-bit systems
  • c5511df webp: require that VP8/VP8L dimensions match canvas dimensions
  • 38fd220 bmp: don't panic on too-large image, reject 0xN
  • f95dd26 font/sfnt: avoid panics from out-of-bounds access in invalid GPOS table
  • 1e486eb tiff: don't panic when decoding too-large image on 32-bit platforms
  • 3fd0b07 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.282.0 to 0.283.0

Release notes

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

v0.283.0

0.283.0 (2026-06-01)

Features

Changelog

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

0.283.0 (2026-06-01)

Features

Commits

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 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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.91.0` | `1.92.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.46.0` | `2.47.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.9` | `1.42.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.20` | `1.32.26` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.57.6` | `1.59.1` |
| [github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go) | `0.139.0` | `0.152.0` |
| [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) | `1.12.0` | `1.13.0` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.44` | `1.14.47` |
| [golang.org/x/image](https://github.com/golang/image) | `0.41.0` | `0.43.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.282.0` | `0.283.0` |


Updates `cloud.google.com/go/spanner` from 1.91.0 to 1.92.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@spanner/v1.91.0...spanner/v1.92.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.46.0 to 2.47.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.46.0...v2.47.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.9 to 1.42.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.9...v1.42.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.20 to 1.32.26
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.20...config/v1.32.26)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.57.6 to 1.59.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.57.6...service/ssm/v1.59.1)

Updates `github.com/databricks/databricks-sdk-go` from 0.139.0 to 0.152.0
- [Release notes](https://github.com/databricks/databricks-sdk-go/releases)
- [Changelog](https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sdk-go@v0.139.0...v0.152.0)

Updates `github.com/databricks/databricks-sql-go` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/databricks/databricks-sql-go/releases)
- [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-go@v1.12.0...v1.13.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.44 to 1.14.47
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.44...v1.14.47)

Updates `golang.org/x/image` from 0.41.0 to 0.43.0
- [Commits](golang/image@v0.41.0...v0.43.0)

Updates `google.golang.org/api` from 0.282.0 to 0.283.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.282.0...v0.283.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.92.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/databricks/databricks-sdk-go
  dependency-version: 0.152.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/databricks/databricks-sql-go
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.283.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Jun 30, 2026
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 minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant