This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 79b62225c Pick up Mockito version from Parent POM
79b62225c is described below

commit 79b62225c475e15c43765ec41cc9be44ce294ef9
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 16:45:47 2026 -0400

    Pick up Mockito version from Parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0d7e5f611..25c6426cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,13 +152,11 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>${commons.mockito.version}</version>
       <scope>test</scope>
     </dependency>
        <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-junit-jupiter</artifactId>
-      <version>${commons.mockito.version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to