Skip to content

Commit

Permalink
Update avro version (#5104)
Browse files Browse the repository at this point in the history
Fixes CVE-2023-39410, which could cause a out-of-memory when reading untrusted avro data. Unlikely to be relevant in the context of Kafka.
  • Loading branch information
devinrsmith authored Feb 1, 2024
1 parent 1c1aa7e commit 8cb0232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

api project(':engine-processor')

api 'org.apache.avro:avro:1.11.2'
api 'org.apache.avro:avro:1.11.3'

// Using io.confluent dependencies requires code in the toplevel build.gradle to add their maven repository.
// Note: the -ccs flavor is provided by confluent as their community edition. It is equivalent to the maven central
Expand Down

0 comments on commit 8cb0232

Please sign in to comment.