Skip to content

Commit

Permalink
bump avro-util: 0.2.81 -> 0.2.118 (#380)
Browse files Browse the repository at this point in the history
## Details

[CVE-2022-42889](GHSA-599f-7c49-w659) in avro-util:

> Arbitrary code execution in Apache Commons Text

closes #379

## Testing Done

1. ./gradlew build
  • Loading branch information
mhratson authored Oct 21, 2022
1 parent b6faf38 commit 25bd987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ allprojects {
compile group: 'org.apache.kafka', name: 'kafka_2.12', version: '2.8.2'
compile group: 'org.apache.kafka', name: 'kafka-clients', version: '2.8.2'
compile 'org.apache.commons:commons-lang3:3.12.0'
compile 'com.linkedin.avroutil1:helper-all:0.2.81'
compile 'com.linkedin.avroutil1:helper-all:0.2.118'
compile 'org.apache.zookeeper:zookeeper:3.8.0'
testCompile 'org.mockito:mockito-core:2.24.0'
testCompile 'org.testng:testng:6.8.8'
Expand Down

0 comments on commit 25bd987

Please sign in to comment.