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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new bbcedf60 Pick up Mockito version from Parent POM
bbcedf60 is described below
commit bbcedf60896d4b4dda6099db44a9a18287bd618b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 16:45:28 2026 -0400
Pick up Mockito version from Parent POM
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d7549092..86438765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>