SUPPORT-9634: fix CVE-2025-12183
This commit is contained in:
parent
edd17e39a8
commit
bded2143c6
2 changed files with 14 additions and 0 deletions
|
|
@ -248,6 +248,10 @@
|
|||
<groupId>org.apache.kafka</groupId>
|
||||
<artifactId>kafka-clients</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.lz4</groupId>
|
||||
<artifactId>lz4-java</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>${project.parent.artifactId}</finalName>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue