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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new cab59b27 Pick up Mockito version from Parent POM
cab59b27 is described below
commit cab59b271859e07537d1d7b82fb657cdc6b864b1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 16:46:13 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 8cb13ed7..3d5b5b4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>