Skip to content

Commit

Permalink
Updated confluent-kafka-go to 2.6.0 (#18)
Browse files Browse the repository at this point in the history
Updated confluent-kafka-go to 2.6.0

Co-authored-by: stewartboyd119 <stewartb@zillowgroup.com>
  • Loading branch information
stewartboyd119 and stewartbzillow authored Oct 29, 2024
1 parent 55438c3 commit 70b1f4a
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 87 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

## 2.0.1 (October 29, 2024)

1. Updated `confluent-kafka-go` version `2.6.0` to address security vulnerability.

## 2.0.0 (October 17, 2024)

1. Removed dependency on github.com/golang/mock (deprecated) in favor of github.com/uber-go/mock
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/zillow/zkafka/v2
go 1.23

require (
github.com/confluentinc/confluent-kafka-go/v2 v2.5.3
github.com/confluentinc/confluent-kafka-go/v2 v2.6.0
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/hamba/avro/v2 v2.24.0
Expand Down
Loading

0 comments on commit 70b1f4a

Please sign in to comment.