Skip to content

Commit

Permalink
Updated confluent-kafka-go
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbzillow committed Oct 29, 2024
1 parent 55438c3 commit 5d25559
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 5d25559

Please sign in to comment.