This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch plugin in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit d4da8e4ead9b21b17fbba020d61326c30a1eb463 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue May 30 08:02:50 2023 -0400 Update commons compress to 1.23.0 This closes #655 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1e47fcd3d..8a2517795 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> <commonsLang3Version>3.12.0</commonsLang3Version> - <commonsCompress>1.21</commonsCompress> + <commonsCompress>1.23.0</commonsCompress> <commonsIoVersion>2.11.0</commonsIoVersion> <plexus-java-version>1.1.2</plexus-java-version> <!-- maven-shared-utils:3.3.4 uses org.fusesource.jansi:jansi:2.2.0 -->
