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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 93c38fec3 Pick up Mockito version from Parent POM
93c38fec3 is described below
commit 93c38fec3f1934620348e75574007556b8ae6a21
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 16:45:59 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 a860da6cd..5c29b88d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
<!-- javax.mail only contains the API, no impl. -->