Skip to content

Commit

Permalink
use avro 1.11.4 due to CVE-2024-47561
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and the-other-tim-brown committed Oct 5, 2024
1 parent da596bf commit 9782eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9782eec

Please sign in to comment.