Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ed28020

Browse files
committedMar 4, 2024·
#127 Upgrade org.apache.commons:commons-compress to 1.26.0
Fixes Infinite loop Affecting org.apache.commons:commons-compress package, versions [1.3,1.26.0) See https://security.snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-6254296
1 parent 64f52ac commit ed28020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>org.apache.commons</groupId>
112112
<artifactId>commons-compress</artifactId>
113-
<version>1.21</version>
113+
<version>1.26.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.tukaani</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.