Skip to content

Commit

Permalink
fix: Fix avro vulnerability (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Romuald Rousseau <[email protected]>
  • Loading branch information
RomualdRousseau and Romuald Rousseau authored Nov 12, 2024
1 parent 1ff8f96 commit 2a0b950
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,11 @@
<dependencyManagement>
<dependencies>
<!-- Fix vunerabilities -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.4</version>
</dependency>
<!-- Fix convergences -->
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 2a0b950

Please sign in to comment.