From 248aa6458246584099484c567782f1619f1b06f6 Mon Sep 17 00:00:00 2001 From: Adam Valenta Date: Wed, 16 Oct 2024 17:12:06 +0200 Subject: [PATCH] GH-16416 - update avro to fix CVE-2024-47561 (#16422) --- h2o-parsers/h2o-avro-parser/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h2o-parsers/h2o-avro-parser/build.gradle b/h2o-parsers/h2o-avro-parser/build.gradle index be498665d8ed..d61f58043d90 100644 --- a/h2o-parsers/h2o-avro-parser/build.gradle +++ b/h2o-parsers/h2o-avro-parser/build.gradle @@ -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}")