This is an automated email from the ASF dual-hosted git repository.
timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 9782eece use avro 1.11.4 due to CVE-2024-47561
9782eece is described below
commit 9782eeceebbd884e1af3d22483bd368917369d6f
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Oct 5 12:10:40 2024 +0100
use avro 1.11.4 due to CVE-2024-47561
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 11172240..5228952d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
<properties>
<project.version>0.2.0-SNAPSHOT</project.version>
<maven.compiler.target>8</maven.compiler.target>
- <avro.version>1.11.3</avro.version>
+ <avro.version>1.11.4</avro.version>
<log4j.version>2.22.0</log4j.version>
<junit.version>5.9.0</junit.version>
<lombok.version>1.18.30</lombok.version>