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