Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 6c358b8

Browse files
author
LangChain4j
committed
ai.djl:api CVEs
1 parent bd790a2 commit 6c358b8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

langchain4j-embeddings/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
<groupId>ai.djl</groupId>
4242
<artifactId>api</artifactId>
4343
<version>0.26.0</version>
44+
<exclusions>
45+
<!-- due to CVE-2024-26308 and CVE-2024-25710-->
46+
<exclusion>
47+
<groupId>org.apache.commons</groupId>
48+
<artifactId>commons-compress</artifactId>
49+
</exclusion>
50+
</exclusions>
51+
</dependency>
52+
<dependency>
53+
<groupId>org.apache.commons</groupId>
54+
<artifactId>commons-compress</artifactId>
55+
<version>1.26.1</version>
4456
</dependency>
4557

4658
<dependency>

0 commit comments

Comments
 (0)