Skip to content

chore(deps): bump the dependencies group across 1 directory with 26 updates - #613

Open
dependabot[bot] wants to merge 1 commit into
depsfrom
dependabot/go_modules/src/server/api/go/deps/dependencies-563653d0d2
Open

chore(deps): bump the dependencies group across 1 directory with 26 updates#613
dependabot[bot] wants to merge 1 commit into
depsfrom
dependabot/go_modules/src/server/api/go/deps/dependencies-563653d0d2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 19 updates in the /src/server/api/go directory:

Package From To
github.com/alicebob/miniredis/v2 2.37.0 2.38.0
github.com/anthropics/anthropic-sdk-go 1.35.1 1.54.0
github.com/aws/aws-sdk-go-v2 1.41.5 1.42.0
github.com/aws/aws-sdk-go-v2/config 1.32.14 1.32.26
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.22.13 1.22.29
github.com/bytedance/sonic 1.15.0 1.15.2
github.com/go-playground/validator/v10 10.30.2 10.30.3
github.com/openai/openai-go/v3 3.31.0 3.41.0
github.com/rabbitmq/amqp091-go 1.10.0 1.12.0
github.com/redis/go-redis/extra/redisotel/v9 9.18.0 9.21.0
github.com/tiktoken-go/tokenizer 0.7.0 0.8.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws 0.68.0 0.69.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin 0.68.0 0.69.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.68.0 0.69.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.43.0 1.44.0
go.uber.org/zap 1.27.1 1.28.0
golang.org/x/sync 0.20.0 0.21.0
google.golang.org/genai 1.54.0 1.62.0
gorm.io/gorm 1.31.1 1.31.2

Updates github.com/alicebob/miniredis/v2 from 2.37.0 to 2.38.0

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

DELEX and fixes

Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.38.0

Commits
  • d67bfae update changelog for v2.38.0
  • 2b1abd8 DELEX (partly) (#442)
  • 452dd37 Merge pull request #440 from infastin/server-alias
  • b5b8ec2 feat: add 'server' alias to 'redis' in lua scripts
  • ecc4af1 Merge pull request #439 from TomBailey167/xinfo-stream-last-generated-id
  • 4a2a33e Merge pull request #435 from evan-choi/fix/xadd-equals-trim-modifier
  • d6261ef feat: add last-generated-id to XINFO STREAM response
  • f4d8aa3 fix: accept = trim modifier in xadd
  • See full diff in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.35.1 to 1.54.0

Release notes

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

v1.54.0

1.54.0 (2026-06-30)

Full Changelog: v1.53.0...v1.54.0

Features

  • api: add support for claude-sonnet-5 (232cfe6)

Bug Fixes

  • agenttoolset: allow absolute paths that resolve inside workdir (#93) (3735258)

v1.53.0

1.53.0 (2026-06-29)

Full Changelog: v1.52.0...v1.53.0

Features

  • api: add support for 20260318 web fetch and support tools (6396455)

Chores

  • api: accept user profile ID's when counting tokens (d31ba27)
  • docs: updates to descriptions and example values (cb00f34)

v1.52.0

1.52.0 (2026-06-24)

Full Changelog: v1.51.1...v1.52.0

Features

  • client: add support for system.message streaming events (7bb296d)

Chores

  • api: add support for new refusal category (46f8625)
  • api: add support for sending User Profile ID in request headers (5cab486)

v1.51.1

1.51.1 (2026-06-18)

Full Changelog: v1.51.0...v1.51.1

Bug Fixes

... (truncated)

Changelog

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

1.54.0 (2026-06-30)

Full Changelog: v1.53.0...v1.54.0

Features

  • api: add support for claude-sonnet-5 (232cfe6)

Bug Fixes

  • agenttoolset: allow absolute paths that resolve inside workdir (#93) (3735258)

1.53.0 (2026-06-29)

Full Changelog: v1.52.0...v1.53.0

Features

  • api: add support for 20260318 web fetch and support tools (6396455)

Chores

  • api: accept user profile ID's when counting tokens (d31ba27)
  • docs: updates to descriptions and example values (cb00f34)

1.52.0 (2026-06-24)

Full Changelog: v1.51.1...v1.52.0

Features

  • client: add support for system.message streaming events (7bb296d)

Chores

  • api: add support for new refusal category (46f8625)
  • api: add support for sending User Profile ID in request headers (5cab486)

1.51.1 (2026-06-18)

Full Changelog: v1.51.0...v1.51.1

Bug Fixes

  • helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#88) (ebbdb7d)

1.51.0 (2026-06-18)

... (truncated)

Commits
  • 1ac9b88 release: 1.54.0
  • 1012ad4 feat(api): add support for claude-sonnet-5
  • 7ae106c fix(agenttoolset): allow absolute paths that resolve inside workdir (#93)
  • 76f0fab release: 1.53.0
  • 3c1d9bd feat(api): add support for 20260318 web fetch and support tools
  • 04c0cc4 chore(docs): updates to descriptions and example values
  • 8b31fe3 chore(api): accept user profile ID's when counting tokens
  • 2e94868 codegen metadata
  • 2978fa5 release: 1.52.0
  • 92687e7 chore(api): add support for new refusal category
  • Additional commits viewable in compare view

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

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.14 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/credentials from 1.19.14 to 1.19.25

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/feature/s3/manager from 1.22.13 to 1.22.29

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/s3 from 1.99.0 to 1.104.1

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/bytedance/sonic from 1.15.0 to 1.15.2

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.15.2

What's Changed

Full Changelog: bytedance/sonic@v1.15.1...v1.15.2

v1.15.1

What's Changed

New Contributors

Full Changelog: bytedance/sonic@v1.15.0...v1.15.1

Commits
  • 579b6ff fix: use legacy map iterator shim
  • d774513 fix: align map runtime tags with Go 1.24
  • 47cc3ed Revert "rebase: update dev_hw with latest main" (#941)
  • fdf817a chore: update llvm
  • 93044d2 fix:add pretouchRecX86 in arm64 and add !arm64 to loader_go117_test.go
  • 59cca7c feat: update sve_linkname|sve_wrapgoc with asm2arm_tool
  • 76dcf4a chore: add asm2arm_tool execution and test scripts
  • ccddb06 feat: add SL mode support for asm2arm_tool
  • a756ce4 feat: add JIT mode support for asm2arm_tool
  • 1d17626 feat: use SVE acceleration in linkname and wrapgoc
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.30.2 to 10.30.3

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

v10.30.3

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.2...v10.30.3

Commits
  • ac4c1ba fix(docs): correct ripemd160 tag name in README validation table (#1582)
  • feacb34 feat: omit blank tag names from namespace (#1567)
  • 5ed0a7e chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)
  • 0364541 fix(cron): anchor regex and accept full cron syntax (#1577)
  • 8eb2659 chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)
  • f7e1721 chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)
  • cf37fce fix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...
  • 7c334e5 fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)
  • 6bcb7bc feat: add origin validator for web origin URLs (#1565)
  • 6fd2fa8 docs: fix typos (#1568)
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.31.0 to 3.41.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.41.0

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

v3.40.0

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)

v3.39.0

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

v3.38.0

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

v3.37.0

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features

  • api: update OpenAPI spec or Stainless config (868891f)

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features

  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)

Bug Fixes

  • go: format generated admin paths (1dd8f5e)

... (truncated)

Commits

Updates github.com/rabbitmq/amqp091-go from 1.10.0 to 1.12.0

Release notes

Sourced from github.com/rabbitmq/amqp091-go's releases.

v1.12.0

What's Changed

New Contributors

Full Changelog: rabbitmq/amqp091-go@v1.11.0...v1.12.0

v1.11.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from github.com/rabbitmq/amqp091-go's changelog.

v1.12.0 (2026-06-16)

Full Changelog

Implemented enhancements:

  • Feature: implement automatic connection and channel recovery with state change notifications #339 (suchitd)
  • Add integration test for publish with immediate flag #338 (suchitd)
  • Add integration tests for QueueUnbind and QueuePurge #337 (suchitd)
  • Add integration test for exchange-to-exchange binding and unbinding #336 (suchitd)

Fixed bugs:

  • Fix Client example to work with RabbitMQ 4.3 #341 (suchitd)
  • Update CONTRIBUTING.md and .gitignore files #335 (suchitd)
  • Fix inconsistencies in the Makefile #334 (suchitd)
  • Fix integration tests for RabbitMQ 4.3 #331 (suchitd)

Closed issues:

  • PublishWithContext does not respect context cancellation #329

Merged pull requests:

v1.11.0 (2026-04-21)

Full Changelog

Implemented enhancements:

  • add better debug information on DialConfig #245

Fixed bugs:

  • Channel error when acking via go-routines #296

Closed issues:

  • PR #318 exposes a pre-existing race in Connection.Close(). #327
  • Entire header frame isn't always read #309
  • Incomplete support of 0-9-1 field type values #302
  • Redelivered Flag Not Exposed #301
  • consume input basicConsumeOk but response queueBindOk #291
  • Channel is closed after Channel.ExchangeDeclarePassive fails #290
  • Incomplete example in (*Channel).QueueBind documentation #279

... (truncated)

Commits
  • 672e671 Release v1.12.0 (#345)
  • 178f984 Merge pull request #343 from rabbitmq/doc/update-non-goals
  • b6d3274 doc: remove auto-reconnect from non-goals in README
  • 4f6ade4 Feature: implement automatic connection and channel recovery with state chang...
  • f98134c Merge pull request #342 from rabbitmq/add-claude
  • 840e11c Update CLAUDE.md to correct some technical inaccuracies
  • 32d8249 Merge branch 'main' into add-claude
  • ad86bd2 Merge pull request #341 from rabbitmq/fix/client-example-rmq-4.3
  • d751223 Add CLAUDE.md
  • 66a7a25 Fix Client example to work with RabbitMQ 4.3
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/extra/redisotel/v9 from 9.18.0 to 9.21.0

Details...

Description has been truncated

…pdates

Bumps the dependencies group with 19 updates in the /src/server/api/go directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.37.0` | `2.38.0` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.35.1` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.5` | `1.42.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.14` | `1.32.26` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.13` | `1.22.29` |
| [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.15.0` | `1.15.2` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.30.2` | `10.30.3` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.31.0` | `3.41.0` |
| [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) | `1.10.0` | `1.12.0` |
| [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) | `9.18.0` | `9.21.0` |
| [github.com/tiktoken-go/tokenizer](https://github.com/tiktoken-go/tokenizer) | `0.7.0` | `0.8.0` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.21.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.54.0` | `1.62.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.31.1` | `1.31.2` |



Updates `github.com/alicebob/miniredis/v2` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/alicebob/miniredis/releases)
- [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md)
- [Commits](alicebob/miniredis@v2.37.0...v2.38.0)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.35.1 to 1.54.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.35.1...v1.54.0)

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

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

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.14 to 1.19.25
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.14...credentials/v1.19.25)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.13 to 1.22.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/signer/v1.22.13...feature/s3/manager/v1.22.29)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.0 to 1.104.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.0...service/s3/v1.104.1)

Updates `github.com/bytedance/sonic` from 1.15.0 to 1.15.2
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.15.0...v1.15.2)

Updates `github.com/go-playground/validator/v10` from 10.30.2 to 10.30.3
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.30.2...v10.30.3)

Updates `github.com/openai/openai-go/v3` from 3.31.0 to 3.41.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.31.0...v3.41.0)

Updates `github.com/rabbitmq/amqp091-go` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md)
- [Commits](rabbitmq/amqp091-go@v1.10.0...v1.12.0)

Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.18.0 to 9.21.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.18.0...v9.21.0)

Updates `github.com/redis/go-redis/v9` from 9.18.0 to 9.21.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.18.0...v9.21.0)

Updates `github.com/tiktoken-go/tokenizer` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/tiktoken-go/tokenizer/releases)
- [Commits](tiktoken-go/tokenizer@v0.7.0...v0.8.0)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0)

Updates `go.opentelemetry.io/otel` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.43.0...v1.44.0)

Updates `go.opentelemetry.io/otel/trace` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.43.0...v1.44.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `golang.org/x/crypto` from 0.50.0 to 0.52.0
- [Commits](golang/crypto@v0.50.0...v0.52.0)

Updates `golang.org/x/sync` from 0.20.0 to 0.21.0
- [Commits](golang/sync@v0.20.0...v0.21.0)

Updates `google.golang.org/genai` from 1.54.0 to 1.62.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.54.0...v1.62.0)

Updates `gorm.io/gorm` from 1.31.1 to 1.31.2
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.31.1...v1.31.2)

---
updated-dependencies:
- dependency-name: github.com/alicebob/miniredis/v2
  dependency-version: 2.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.54.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/credentials
  dependency-version: 1.19.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.22.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.104.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/bytedance/sonic
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/go-playground/validator/v10
  dependency-version: 10.30.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/redis/go-redis/extra/redisotel/v9
  dependency-version: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/tiktoken-go/tokenizer
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: gorm.io/gorm
  dependency-version: 1.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 labels Jun 30, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 30, 2026 18:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants