From aa27c80ae8797827a91d4c0a1dc4da566fc44ecb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Jun 2026 07:54:45 +0000 Subject: [PATCH] chore: update bundle dependencies for v4.97.0 --- public/bundle/enterprise/go.mod | 4 ++-- public/bundle/free/go.mod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/bundle/enterprise/go.mod b/public/bundle/enterprise/go.mod index 57905dd659..6cdf69be24 100644 --- a/public/bundle/enterprise/go.mod +++ b/public/bundle/enterprise/go.mod @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/enterprise/v4 go 1.26.4 -require github.com/redpanda-data/connect/v4 v4.96.3 +require github.com/redpanda-data/connect/v4 v4.97.0 require ( buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect @@ -175,7 +175,7 @@ require ( github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect github.com/redis/go-redis/v9 v9.18.0 // indirect - github.com/redpanda-data/benthos/v4 v4.74.0 // indirect + github.com/redpanda-data/benthos/v4 v4.75.0 // indirect github.com/redpanda-data/common-go/redpanda-otel-exporter v0.4.0 // indirect github.com/rs/zerolog v1.34.0 // indirect github.com/samber/lo v1.51.0 // indirect diff --git a/public/bundle/free/go.mod b/public/bundle/free/go.mod index 61e682a998..93d59409e7 100644 --- a/public/bundle/free/go.mod +++ b/public/bundle/free/go.mod @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/free/v4 go 1.26.4 -require github.com/redpanda-data/connect/v4 v4.96.3 +require github.com/redpanda-data/connect/v4 v4.97.0 require ( buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260209202127-80ab13bee0bf.1 // indirect @@ -170,7 +170,7 @@ require ( github.com/rabbitmq/amqp091-go v1.10.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect github.com/redis/go-redis/v9 v9.18.0 // indirect - github.com/redpanda-data/benthos/v4 v4.74.0 // indirect + github.com/redpanda-data/benthos/v4 v4.75.0 // indirect github.com/redpanda-data/common-go/redpanda-otel-exporter v0.4.0 // indirect github.com/rs/zerolog v1.34.0 // indirect github.com/sashabaranov/go-openai v1.41.2 // indirect