This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git

commit 8e2d52a57c492b25c46b31b1b898b218de2ad59b
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 12 07:31:31 2026 -0400

    Reuse and override "commons.mockito.version" from parent POM
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9a8dba2e..82c3b505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>${mockito-core.version}</version>
+            <version>${commons.mockito.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -299,7 +299,7 @@
         <commons.bc.version>1.6.0</commons.bc.version>
         <!-- override the default commons encoding property -->
         <commons.encoding>UTF-8</commons.encoding>
-        <mockito-core.version>5.8.0</mockito-core.version>
+        <commons.mockito.version>5.8.0</commons.mockito.version>
     </properties>
 
     <build>
@@ -471,7 +471,7 @@
           <jdk>[17,)</jdk>
         </activation>
         <properties>
-          <mockito-core.version>5.21.0</mockito-core.version>
+          <commons.mockito.version>5.21.0</commons.mockito.version>
         </properties>
         <build>
           <plugins>
@@ -501,7 +501,7 @@
           <jdk>[1.8,11)</jdk>
         </activation>
         <properties>
-          <mockito-core.version>4.11.0</mockito-core.version>
+          <commons.mockito.version>4.11.0</commons.mockito.version>
         </properties>
       </profile>
         <profile>

Reply via email to