Skip to content

Commit d1843ac

Browse files
authored
fix: Correct Archive Analyzer behaviour on certain tgz archives (#7986)
Signed-off-by: Chad Wilson <[email protected]>
1 parent fc28be0 commit d1843ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Copyright (c) 2012 - Jeremy Long
158158
<hamcrest.version>3.0</hamcrest.version>
159159
<mockito.version>5.19.0</mockito.version>
160160
<jsoup.version>1.21.2</jsoup.version>
161-
<commons-compress.version>1.28.0</commons-compress.version>
161+
<commons-compress.version>1.27.1</commons-compress.version>
162162
<org.apache.maven.shared.file-management.version>3.2.0</org.apache.maven.shared.file-management.version>
163163
<maven-plugin-testing-harness.version>3.3.0</maven-plugin-testing-harness.version>
164164
<maven-plugin-annotations.version>3.15.1</maven-plugin-annotations.version>

0 commit comments

Comments
 (0)