Skip to content

Commit 06afc55

Browse files
authored
Merge pull request #427 from splunk/fix-vulnerabilites
fix: fix CVE-2023-3635 CVE-2024-25710 CVE-2024-26308
2 parents 755f97d + 0140f6c commit 06afc55

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,14 @@
210210
<dependency>
211211
<groupId>org.apache.commons</groupId>
212212
<artifactId>commons-compress</artifactId>
213-
<version>1.24.0</version>
213+
<version>1.26.0</version>
214+
</dependency>
215+
<!-- https://mvnrepository.com/artifact/com.squareup.okio/okio-jvm -->
216+
<dependency>
217+
<groupId>com.squareup.okio</groupId>
218+
<artifactId>okio-jvm</artifactId>
219+
<version>3.4.0</version>
220+
<scope>runtime</scope>
214221
</dependency>
215222

216223
</dependencies>

0 commit comments

Comments
 (0)