From 8f0d8af26995a1156b9a735f9247beb0ebe436f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 20:52:26 +0000 Subject: [PATCH] Bump github.com/IBM/sarama Bumps the go-dependencies group in /trading-system-go with 1 update: [github.com/IBM/sarama](https://github.com/IBM/sarama). Updates `github.com/IBM/sarama` from 1.48.2 to 1.49.0 - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](https://github.com/IBM/sarama/compare/v1.48.2...v1.49.0) --- updated-dependencies: - dependency-name: github.com/IBM/sarama dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] --- trading-system-go/go.mod | 2 +- trading-system-go/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/trading-system-go/go.mod b/trading-system-go/go.mod index 0feeb76..29c9397 100644 --- a/trading-system-go/go.mod +++ b/trading-system-go/go.mod @@ -13,7 +13,7 @@ require ( ) require ( - github.com/IBM/sarama v1.48.2 + github.com/IBM/sarama v1.49.0 github.com/andybalholm/brotli v1.1.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect diff --git a/trading-system-go/go.sum b/trading-system-go/go.sum index 7235c56..7ed300d 100644 --- a/trading-system-go/go.sum +++ b/trading-system-go/go.sum @@ -1,5 +1,5 @@ -github.com/IBM/sarama v1.48.2 h1:QKUXRaHF46aoRwagtvDR/imrOdbdV/qWzv0u6e5my+w= -github.com/IBM/sarama v1.48.2/go.mod h1:m/Q1aFezH82/AglfTpJbw/fO0ZybYXhPgTmvajiZX50= +github.com/IBM/sarama v1.49.0 h1:FhLbVia5yi426qttj0kNTI86vPc3v+/3mGHkif1Fsao= +github.com/IBM/sarama v1.49.0/go.mod h1:m/Q1aFezH82/AglfTpJbw/fO0ZybYXhPgTmvajiZX50= github.com/andybalholm/brotli v1.1.0 h1:eLKJA0d02Lf0mVpIDgYnqXcUn0GqVmEFny3VuID1U3M= github.com/andybalholm/brotli v1.1.0/go.mod h1:sms7XGricyQI9K10gOSf56VKKWS4oLer58Q+mhRPtnY= github.com/bsm/ginkgo/v2 v2.12.0 h1:Ny8MWAHyOepLGlLKYmXG4IEkioBysk6GpaRTLC8zwWs=