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 255bb51cc0cdc627d1570a073d8c38e52a6ca55d 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 fcb50d9f6..0714a7a18 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.12.0</commonsIoVersion> <plexus-java-version>1.1.2</plexus-java-version> <junit5Version>5.9.3</junit5Version>
