Skip to content

Commit 3ed2ef2

Browse files
mihirgtmihir gore
andauthored
Fix avro vulnerability (#46)
Co-authored-by: mihir gore <[email protected]>
1 parent 522f78c commit 3ed2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-model/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tasks.test {
1111
}
1212

1313
dependencies {
14-
api("org.apache.avro:avro:1.11.0")
14+
api("org.apache.avro:avro:1.11.3")
1515
constraints {
1616
api("org.apache.commons:commons-compress:1.21") {
1717
because("Multiple vulnerabilities in avro-declared version")

0 commit comments

Comments
 (0)