Skip to content

Commit

Permalink
GH-16416 - update avro to fix CVE-2024-47561 (#16422)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 authored Oct 16, 2024
1 parent d97dca2 commit 248aa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-parsers/h2o-avro-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "H2O Avro Parser"
dependencies {
api project(":h2o-core")
// Avro support
api 'org.apache.avro:avro:1.11.3'
api 'org.apache.avro:avro:1.11.4'

testImplementation project(":h2o-test-support")
testRuntimeOnly project(":${defaultWebserverModule}")
Expand Down

0 comments on commit 248aa64

Please sign in to comment.