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