Skip to content

Commit

Permalink
Upgrade avro dep (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpuvvada authored Aug 24, 2022
1 parent 1086770 commit 63e135c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tasks.test {
}

dependencies {
api("org.apache.avro:avro:1.10.2")
api("org.apache.avro:avro:1.11.0")
constraints {
api("org.apache.commons:commons-compress:1.21") {
because("Multiple vulnerabilities in avro-declared version")
Expand Down

0 comments on commit 63e135c

Please sign in to comment.