Skip to content

build(deps): bump the e2e group across 1 directory with 13 updates#348

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/e2e/e2e-23ab72d472
Open

build(deps): bump the e2e group across 1 directory with 13 updates#348
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/e2e/e2e-23ab72d472

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2026

Bumps the e2e group with 9 updates in the /e2e directory:

Package From To
github.com/fsouza/fake-gcs-server 1.52.3 1.54.0
github.com/go-git/go-git/v5 5.16.4 5.17.0
github.com/hashicorp/vault/api 1.22.0 1.23.0
github.com/minio/minio-go/v7 7.0.98 7.0.99
github.com/open-policy-agent/opa 1.12.3 1.14.1
github.com/redpanda-data/benthos/v4 4.63.1 4.69.0
github.com/redpanda-data/connect/v4 4.78.0 4.84.1
github.com/testcontainers/testcontainers-go/modules/kafka 0.40.0 0.41.0
github.com/testcontainers/testcontainers-go/modules/vault 0.40.0 0.41.0

Updates github.com/fsouza/fake-gcs-server from 1.52.3 to 1.54.0

Release notes

Sourced from github.com/fsouza/fake-gcs-server's releases.

v1.54.0

What's Changed

New Contributors

Full Changelog: fsouza/fake-gcs-server@v1.53.1...v1.54.0

v1.53.1

What's Changed

Full Changelog: fsouza/fake-gcs-server@v1.53.0...v1.53.1

v1.53.0

What's Changed

... (truncated)

Commits
  • 024d541 internal/config: remove usage of test := test
  • ec92f99 Fix metadata headers not being preserved during upload and retrieval (#2103)
  • 0ec5cfa Add environment variable support for all configuration options (#1925)
  • eef285f build(deps): bump google.golang.org/grpc from 1.79.0 to 1.79.1 (#2147)
  • 524ba69 Stop using the test := test hack
  • 6a268d6 github/workflows/main: use Go 1.26 for linting
  • 1d90985 examples/go: Go 1.26.0
  • 6492478 Go 1.26 is out, drop 1.24
  • 4f31450 build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#2144)
  • 2a2a79f build(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.0 (#2145)
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.16.4 to 5.17.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.17.0

What's Changed

Full Changelog: go-git/go-git@v5.16.5...v5.17.0

v5.16.5

What's Changed

Full Changelog: go-git/go-git@v5.16.4...v5.16.5

Commits
  • bdf0688 Merge pull request #1864 from pjbgf/v5-issue-55
  • 5290e52 storage: filesystem, Avoid overwriting loose obj files. Fixes #55
  • 5d20a62 storage: filesystem, Fix permissions for loose and packed objs
  • 8ed442c backport, git: Improve Status() speed with new index.ModTime check (#1862)
  • c7b5960 build: Align test workflow with main
  • 8e71edf git: Add strict checks for supported extensions
  • 438a37f git: worktree, optimize infiles function for very large repos (#1853)
  • 67c7006 Merge pull request #1839 from go-git/renovate/releases/v5.x-go-github.com-go-...
  • 4ca3f02 build: Update module github.com/go-git/go-git/v5 to v5.16.5 [SECURITY]
  • 48a1ae0 Merge pull request #1836 from go-git/check-v5
  • Additional commits viewable in compare view

Updates github.com/hashicorp/vault/api from 1.22.0 to 1.23.0

Commits
  • d430306 Merge remote-tracking branch 'remotes/from/ce/main'
  • a3bc0a3 (enos): Add LDAP secrets engine blackbox tests to Plugin Scenario (#13072) (#...
  • f8df539 Merge remote-tracking branch 'remotes/from/ce/main'
  • 2b0ec25 VAULT-43444 Addressed races in tests (#13278) (#13285)
  • a097d1f Merge remote-tracking branch 'remotes/from/ce/main'
  • 7e587fd Update vault-plugin-auth-kubernetes to v0.24.1 (#13259) (#13287)
  • 1331818 UI: Fix namespace search showing empty state when namespaces exist (#13257) (...
  • 7b12feb Merge remote-tracking branch 'remotes/from/ce/main'
  • 7d4395c Update vault-plugin-auth-jwt to v0.26.1 (#13242) (#13283)
  • 6d4b615 adds flag to fix chrome in ci (#13279) (#13282)
  • Additional commits viewable in compare view

Updates github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99

Commits
  • c44cb2a Fix PutObject and ConcurrentStreamParts error handling for empty stream (#2207)
  • 1451162 Fix object ReadAt performs seek (#2197)
  • ffb7ec0 Implement support for new UpdateObjectEncryption API & bump Go to 1.25 (#2204)
  • See full diff in compare view

Updates github.com/open-policy-agent/opa from 1.12.3 to 1.14.1

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.14.1

This is a patch release collecting two bug fixes and various dependency updates for Golang standard library and common package vulnerabilities.

These bug fixes include a revert of the rule indexer tweaks shipped in 1.14.0, which had caused unexpected lookup failures for some users. (We expect to properly fix the issue in 1.15.0, but for now, a revert is the quicker choice.)

Changes

  • Fix intermittent plugins manager deadlock on opa.configure (#8407)
  • Revert "ast: make rule index track var assignments and x in {...} (#8341)" (#8410)
  • build: bump deps (go.mod from main)
  • build: bump go 1.26.1 (#8409)

v1.14.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Improved rule indexing of variable assignments and x in {...} expressions
  • Support for --h2c with unix domain socket for opa run
  • A new glossary tooltip for technical terms in the docs
  • Fixes published in the v1.13.1 and v1.13.2 releases

Improved rule indexing of variable assignments and x in {...} expressions (#1841)

With this change, the rule indexer will index expressions like:

allow if input.role in {"admin", "user"}

On lookup, the rule body will only be returned if input.role is either one of "admin" or "user".

The reverse case is also indexed:

allow if "admin" in input.roles

in which the searched collection is unknown.

Authored by @​srenatus reported by @​nischalsheth

Runtime, SDK, Tooling

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

1.14.1

This is a patch release collecting two bug fixes and various dependency updates for Golang standard library and common package vulnerabilities.

These bug fixes include a revert of the rule indexer tweaks shipped in 1.14.0, which had caused unexpected lookup failures for some users. (We expect to properly fix the issue in 1.15.0, but for now, a revert is the quicker choice.)

Changes

  • Fix intermittent plugins manager deadlock on opa.configure (#8407)
  • Revert "ast: make rule index track var assignments and x in {...} (#8341)" (#8410)
  • build: bump deps (go.mod from main)
  • build: bump go 1.26.1 (#8409)

1.14.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Improved rule indexing of variable assignments and x in {...} expressions
  • Support for --h2c with unix domain socket for opa run
  • A new glossary tooltip for technical terms in the docs
  • Fixes published in the v1.13.1 and v1.13.2 releases

Improved rule indexing of variable assignments and x in {...} expressions (#1841)

With this change, the rule indexer will index expressions like:

allow if input.role in {"admin", "user"}

On lookup, the rule body will only be returned if input.role is either one of "admin" or "user".

The reverse case is also indexed:

allow if "admin" in input.roles

in which the searched collection is unknown.

Authored by @​srenatus reported by @​nischalsheth

Runtime, SDK, Tooling

... (truncated)

Commits
  • 3d1bac4 Patch release v1.14.1
  • 13ef6b8 build: bump deps (go.mod from main)
  • 8836a79 Fix intermittent plugins manager deadlock on opa.configure (#8407)
  • c416fd9 Revert "ast: make rule index track var assignments and x in {...} (#8341)" ...
  • 3d57b2e build: bump go 1.26.1 (#8409)
  • acf81e8 Release v1.14.0 (#8379)
  • b4b04a6 ci: Fix check-changes job skipping over YAML changes. (#8377)
  • 3c5b7c6 docs: Document metrics for http.send, regex, and glob builtins (#8103)
  • 29918f9 rego: disable rule indexing for benchmark
  • 9d124cb ast: Ensure term values implement string lengther (#8374)
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/benthos/v4 from 4.63.1 to 4.69.0

Changelog

Sourced from github.com/redpanda-data/benthos/v4's changelog.

4.69.0 - 2026-03-19

Added

  • Bloblang: The hash method now supports sha3_256 and sha3_512 algorithms. (@​prakhargarg105)
  • Bloblang: Added parse_logfmt method. (@​twmb)
  • Bloblang: Added escape_url_path and unescape_url_path methods. (@​twmb)
  • Processor/switch: Added continue option for conditional case chaining. (@​twmb)
  • API: Added custom resource type registration. (@​mmatczuk)
  • CLI: Added --verbose flag to list test case names. (@​twmb)

Changed

  • Codec: Default to all-bytes reader for decompression codecs. (@​twmb)

Fixed

  • Stdin: Fix watcher mode swallowing first message after reload. (@​twmb)
  • Env: Handle Windows line terminators in dotenv parser. (@​twmb)
  • Pipeline: Defer processor close in pool until all workers exit. (@​twmb)

4.68.0 - 2026-03-13

Added

  • Go API: Add NewMessageWithContext to service package for constructing messages with an associated context. (@​prakhargarg105)

4.67.0 - 2026-03-05

Added

  • Profiling: allow specifying mutex profiling rate (@​rockwotj)
  • Go API: Add Resources.StreamID() in service package (@​mmatczuk)

4.66.0 - 2026-02-27

Added

  • The command processor now emits the exit_code metadata field. (@​mihaitodor)
  • Go API: Message now exposes MetaGetImmut and MetaSetImmut methods for reading and writing metadata values of any type with immutable semantics. (@​Jeffail)

Fixed

  • Fixed a regression where input and output resources imported but unused were being initialized. (@​Jeffail)

4.65.1 - 2026-02-20

Added

  • Go API: Common schemas now support Any field types. (@​Jeffail)

... (truncated)

Commits
  • d597696 chore: changlog formatting (#407)
  • c471d15 chore: bump changelog (#406)
  • 6011633 processor/switch: add continue option for conditional case chaining
  • a4bdfbb codec: default to all-bytes reader for decompression codecs
  • 6cb9c0a env: handle Windows line terminators in dotenv parser
  • e575a36 pipeline: defer processor close in pool until all workers exit
  • 298d708 stdin: fix watcher mode swallowing first message after reload
  • 0afdf72 bloblang: add escape_url_path and unescape_url_path methods (#395)
  • d96d78c bloblang: add parse_logfmt method (#398)
  • 1e65930 cli(test): add --verbose flag to list test case names (#400)
  • Additional commits viewable in compare view

Updates github.com/redpanda-data/connect/v4 from 4.78.0 to 4.84.1

Release notes

Sourced from github.com/redpanda-data/connect/v4's releases.

v4.84.1

For installation instructions check out the getting started guide.

Added

Changed

  • schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and time.Time values) automatically, nullable union fields are auto-wrapped regardless of avro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@​Jeffail)

Fix

  • dynamodb_cdc: Fix shard readers polling too slowly. (@​squiidz)

The full change log can be found here.

v4.84.0

For installation instructions check out the getting started guide.

Added

  • oracledb_cdc: Input now adds schema metadata to consumed messages. Schema is fetched from Oracle's ALL_TAB_COLUMNS catalog with precision-aware NUMBER mapping. Column additions are detected automatically via addition-only drift detection; dropped columns are reflected after a connector restart. This can be used for automatic schema registration in processors such as schema_registry_encode. (@​Jeffail)
  • iceberg: Allow specifying aws credentials explicitly for sigv4 auth with glue. (@​rockwotj)
  • redis_streams: Add interpolation support for entry ID. (@​twmb)
  • nats: Add user/password and token authentication. (@​ghstahl)

Fixed

  • oracledb_cdc: Fixed snapshot/streaming value type inconsistency where NUMBER columns produced json.Number during snapshot but plain strings during streaming. Bare numeric literals in SQL_REDO are now converted to int64 (for integers that fit) or json.Number (for decimals), matching the snapshot path. Quoted string values from VARCHAR columns are no longer incorrectly converted. (@​Jeffail)
  • oracledb_cdc: Reduce the number of log files loaded into LogMiner to those only containing SCN range. (@​josephwoodward)
  • iceberg: Fix credential renewal for vendored credentials as well as oauth2 authentication with the catalog. (@​rockwotj)
  • iceberg: Remove usage of a disallowed table property for Databricks Unity Catalog. (@​rockwotj)

Changed

  • aws_sqs: Enforce 256 KB message and batch size limits. (@​twmb)
  • nats: Use JetStream package. (@​nickchomey)

The full change log can be found here.

v4.83.0

For installation instructions check out the getting started guide.

Added

  • mongodb_cdc: Input now adds schema metadata to consumed messages. Schema is extracted from the collection's $jsonSchema validator when available, otherwise inferred from document structure. This can be used for automatic schema conversion in processors such as parquet_encode. (@​Jeffail)
  • oracledb_cdc: Adds support for CDC via LogMiner (@​josephwoodward)
  • benthos: Add NewMessageWithContext to service package for constructing messages with an associated context. (@​prakhargarg105)
  • redpanda(migrator): refcount-based IMPORT mode management for serverless SR (@​mmatczuk)

... (truncated)

Changelog

Sourced from github.com/redpanda-data/connect/v4's changelog.

4.84.1 - 2026-03-20

Added

Changed

  • schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and time.Time values) automatically, nullable union fields are auto-wrapped regardless of avro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@​Jeffail)

Fix

  • dynamodb_cdc: Fix shard readers polling too slowly. (@​squiidz)

4.84.0 - 2026-03-19

Added

  • oracledb_cdc: Input now adds schema metadata to consumed messages. Schema is fetched from Oracle's ALL_TAB_COLUMNS catalog with precision-aware NUMBER mapping. Column additions are detected automatically via addition-only drift detection; dropped columns are reflected after a connector restart. This can be used for automatic schema registration in processors such as schema_registry_encode. (@​Jeffail)
  • iceberg: Allow specifying aws credentials explicitly for sigv4 auth with glue. (@​rockwotj)
  • redis_streams: Add interpolation support for entry ID. (@​twmb)
  • nats: Add user/password and token authentication. (@​ghstahl)

Fixed

  • oracledb_cdc: Fixed snapshot/streaming value type inconsistency where NUMBER columns produced json.Number during snapshot but plain strings during streaming. Bare numeric literals in SQL_REDO are now converted to int64 (for integers that fit) or json.Number (for decimals), matching the snapshot path. Quoted string values from VARCHAR columns are no longer incorrectly converted. (@​Jeffail)
  • oracledb_cdc: Reduce the number of log files loaded into LogMiner to those only containing SCN range. (@​josephwoodward)
  • iceberg: Fix credential renewal for vendored credentials as well as oauth2 authentication with the catalog. (@​rockwotj)
  • iceberg: Remove usage of a disallowed table property for Databricks Unity Catalog. (@​rockwotj)

Changed

  • aws_sqs: Enforce 256 KB message and batch size limits. (@​twmb)
  • nats: Use JetStream package. (@​nickchomey)

4.83.0 - 2026-03-13

Added

  • mongodb_cdc: Input now adds schema metadata to consumed messages. Schema is extracted from the collection's $jsonSchema validator when available, otherwise inferred from document structure. This can be used for automatic schema conversion in processors such as parquet_encode. (@​Jeffail)
  • oracledb_cdc: Adds support for CDC via LogMiner (@​josephwoodward)
  • benthos: Add NewMessageWithContext to service package for constructing messages with an associated context. (@​prakhargarg105)
  • redpanda(migrator): refcount-based IMPORT mode management for serverless SR (@​mmatczuk)
  • Go API: Added composable HTTP client with layered RoundTripper chain (@​mmatczuk)

Changed

  • microsoft_sql_server_cdc: The schema metadata field (containing the SQL schema name of the source table) has been renamed to database_schema. The common_schema metadata field (containing the benthos common schema) has been renamed to schema for consistency with the mysql_cdc and postgres_cdc inputs. (@​Jeffail)

Fixed

... (truncated)

Commits
  • 6ba20e3 chore: bump changelog (#4140)
  • 3bfde57 oracledb_cdc: add LOB column support (#4137)
  • 00d2a07 ci: add integration test workflow for internal/impl/* changes
  • 72cae04 resources: add CDC schema registry demo
  • 5adb440 docs: add changelog entry for schema_registry_encode normalization
  • fee7774 schema_registry_encode: normalize structured data for Avro encoding
  • 2a7820b Policy endpoint watching support (#4135)
  • 4464dae gha: actually use correct markdown block (#4131)
  • 9e31217 gha: use markdown for release notes (#4130)
  • b5ff01b chore: bump bundles (#4129)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go from 0.40.0 to 0.41.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.41.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs(metrics): automate usage metrics collection and publish it in the docs site (#3495) @​mdelapenya

🧹 Housekeeping

📦 Dependency updates

  • fix: update compose-replace Makefile target to use compose/v5 (#3590) @​mdelapenya
  • chore(deps): bump atomicjar/testcontainers-cloud-setup-action from 1.3.0 to 1.4.0 (#3559) @dependabot[bot]
  • chore(deps): bump golang.org/x/text from 0.14.0 to 0.34.0 in /modulegen (#3582) @dependabot[bot]
  • chore(deps): bump mkdocs-codeinclude-plugin from 0.2.1 to 0.3.1 (#3579) @dependabot[bot]
  • chore(deps): bump golang.org/x/mod from 0.16.0 to 0.33.0 in /modulegen (#3583) @dependabot[bot]
  • chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8.6.0 in /modules/aerospike (#3584) @dependabot[bot]

... (truncated)

Commits
  • 2ea97c8 chore: use new version (v0.41.0) in modules and examples
  • 9a663f7 fix: update compose-replace Makefile target to use compose/v5 (#3590)
  • 10481c2 chore(deps): bump atomicjar/testcontainers-cloud-setup-action (#3559)
  • bdb12dd chore(deps): bump golang.org/x/text from 0.14.0 to 0.34.0 in /modulegen (#3582)
  • 5bd7f07 chore(deps): bump mkdocs-codeinclude-plugin from 0.2.1 to 0.3.1 (#3579)
  • c9ccfc5 chore(deps): bump golang.org/x/mod from 0.16.0 to 0.33.0 in /modulegen (#3583)
  • 21ec740 chore(deps): bump github.com/aerospike/aerospike-client-go/v8 from 8.2.0 to 8...
  • fb47b82 chore(deps): bump golang.org/x/mod in /modules/localstack (#3587)
  • 6686e31 chore(deps): bump golang.org/x/mod in /modules/elasticsearch (#3585)
  • 0656548 chore(deps): bump golang.org/x/mod in /modules/redpanda (#3588)
  • Additional commits viewable in compare view

Updates github.com/testcontainers/testcontainers-go/modules/kafka from 0.40.0 to 0.41.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go/modules/kafka's releases.

v0.41.0

What's Changed

🚀 Features

🐛 Bug Fixes

📖 Documentation

  • docs(metrics): automate usage metrics collection and publish it in the docs site (#3495) @​mdelapenya

🧹 Housekeeping

  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#3560) @dependabot[bot]
  • chore(pulsar): bump base image to 4.x, replacing the wait for log strategy with wait for listening port (deterministic) (#3573) @​mdelapenya
  • chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.0.0 to 1.3.1 in /modules/dockermcpgateway (#3557) @dependabot[bot]
  • chore: update usage metrics (2026-03-02) (

Bumps the e2e group with 9 updates in the /e2e directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.52.3` | `1.54.0` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.4` | `5.17.0` |
| [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.22.0` | `1.23.0` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.98` | `7.0.99` |
| [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `1.12.3` | `1.14.1` |
| [github.com/redpanda-data/benthos/v4](https://github.com/redpanda-data/benthos) | `4.63.1` | `4.69.0` |
| [github.com/redpanda-data/connect/v4](https://github.com/redpanda-data/connect) | `4.78.0` | `4.84.1` |
| [github.com/testcontainers/testcontainers-go/modules/kafka](https://github.com/testcontainers/testcontainers-go) | `0.40.0` | `0.41.0` |
| [github.com/testcontainers/testcontainers-go/modules/vault](https://github.com/testcontainers/testcontainers-go) | `0.40.0` | `0.41.0` |



Updates `github.com/fsouza/fake-gcs-server` from 1.52.3 to 1.54.0
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.52.3...v1.54.0)

Updates `github.com/go-git/go-git/v5` from 5.16.4 to 5.17.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.16.4...v5.17.0)

Updates `github.com/hashicorp/vault/api` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md)
- [Commits](hashicorp/vault@api/v1.22.0...api/v1.23.0)

Updates `github.com/minio/minio-go/v7` from 7.0.98 to 7.0.99
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.98...v7.0.99)

Updates `github.com/open-policy-agent/opa` from 1.12.3 to 1.14.1
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v1.12.3...v1.14.1)

Updates `github.com/redpanda-data/benthos/v4` from 4.63.1 to 4.69.0
- [Changelog](https://github.com/redpanda-data/benthos/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/benthos@v4.63.1...v4.69.0)

Updates `github.com/redpanda-data/connect/v4` from 4.78.0 to 4.84.1
- [Release notes](https://github.com/redpanda-data/connect/releases)
- [Changelog](https://github.com/redpanda-data/connect/blob/main/CHANGELOG.md)
- [Commits](redpanda-data/connect@v4.78.0...v4.84.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0)

Updates `github.com/testcontainers/testcontainers-go/modules/kafka` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0)

Updates `github.com/testcontainers/testcontainers-go/modules/redpanda` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0)

Updates `github.com/testcontainers/testcontainers-go/modules/vault` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0)

Updates `github.com/twmb/franz-go` from 1.20.6 to 1.20.7
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.20.6...v1.20.7)

Updates `golang.org/x/exp` from 0.0.0-20251002181428-27f1f14c8bb9 to 0.0.0-20260312153236-7ab1446f8b90
- [Commits](https://github.com/golang/exp/commits)

---
updated-dependencies:
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-version: 1.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/hashicorp/vault/api
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/minio/minio-go/v7
  dependency-version: 7.0.99
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/redpanda-data/benthos/v4
  dependency-version: 4.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/redpanda-data/connect/v4
  dependency-version: 4.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/testcontainers/testcontainers-go/modules/kafka
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/testcontainers/testcontainers-go/modules/redpanda
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/testcontainers/testcontainers-go/modules/vault
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: e2e
- dependency-name: github.com/twmb/franz-go
  dependency-version: 1.20.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20260312153236-7ab1446f8b90
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: e2e
...

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 Mar 24, 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