[dist] Bump commons-compress from 1.21 to 1.26.0

Fixes https://github.com/pmd/pmd/security/dependabot/51
Fixes CVE-2024-26308
Fixes https://github.com/advisories/GHSA-4265-ccf5-phj5
This commit is contained in:
Andreas Dangel 2024-02-22 14:05:49 +01:00
parent 8adc11964d
commit bd9fa30cf3
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -180,7 +180,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <artifactId>commons-compress</artifactId>
<version>1.21</version> <version>1.26.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>