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

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


The following commit(s) were added to refs/heads/master by this push:
     new a1f258e  Bump mockito-core from 4.11.0 to 5.8.0 #187
a1f258e is described below

commit a1f258e63f11af4fe68cada03c944f9267505875
Author: Sebb <s...@apache.org>
AuthorDate: Thu Dec 14 14:07:18 2023 +0000

    Bump mockito-core from 4.11.0 to 5.8.0 #187
---
 pom.xml                 | 9 ++++-----
 src/changes/changes.xml | 3 ++-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54b0529..477e27b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
         <commons.bc.version>1.5</commons.bc.version>
         <!-- override the default commons encoding property -->
         <commons.encoding>UTF-8</commons.encoding>
-        <mockito-core.version>4.11.0</mockito-core.version>
+        <mockito-core.version>5.8.0</mockito-core.version>
     </properties>
 
     <build>
@@ -536,13 +536,12 @@
         </build>
       </profile>
       <profile>
-        <id>java21</id>
-          <!-- For testing with Powermock. -->
+        <id>java8</id>
           <activation>
-              <jdk>[21,)</jdk>
+              <jdk>[1.8,11)</jdk>
           </activation>
           <properties>
-            <mockito-core.version>5.8.0</mockito-core.version>
+            <mockito-core.version>4.11.0</mockito-core.version>
           </properties>
       </profile>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 53e89df..1af426a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,6 +38,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Complete 
half-baked test 
DataSourceUrlResolverTest.testResolvingHttpNonLenient().</action>
       <action issue="EMAIL-206" type="fix" dev="ggregory" due-to="Lee Jaeheon, 
Gary Gregory">Use SharedByteArrayInputStream for memory usage #157.</action>
       <action dev="ggregory" type="fix" due-to="Loki-Afro, Gary 
Gregory">Migrate to JUnit 5 #186.</action>
+      <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen">Bump 
javax.mail dependency to 1.6.1, so that i18n is supported for email 
addresses.</action>
       <!-- ADD -->
       <action type="add" due-to="Dependabot" dev="ggregory">Add 
github/codeql-action #75.</action>
       <action type="add" due-to="Gary Gregory" dev="ggregory">Add Maven plugin 
JapiCmp and remove Clirr.</action>
@@ -45,6 +46,7 @@
       <action issue="EMAIL-207" type="add" dev="ggregory" due-to="Lee Jaeheon, 
Gary Gregory">Add org.apache.commons.mail.InputStreamDataSource.</action>
       <action issue="EMAIL-207" type="add" dev="ggregory" due-to="Lee Jaeheon, 
Gary Gregory">Don't waste memory in 
MimeMessageParser#createDataSource().</action>
       <!-- UPDATE -->
+      <action type="update" due-to="Dependabot" dev="sebb">Bump mockito-core 
from 4.11.0 to 5.8.0 #187.</action>
       <action type="update" due-to="Dependabot, Gary Gregory" 
dev="ggregory">Bump actions/cache from 2 to 3.0.11 #39, #48, #60, #70, 
#102.</action>
       <action type="update" due-to="Dependabot, Gary Gregory" 
dev="ggregory">Bump actions/checkout from 1 to 3.2.0, #25 #33, #67, #99, 
#117.</action>
       <action type="update" due-to="Dependabot, Gary Gregory" 
dev="ggregory">Bump actions/setup-java from 1.4.0 to v3.6.0 #30, #74, 
#103.</action>
@@ -52,7 +54,6 @@
       <action issue="EMAIL-177" type="update" due-to="Gary Gregory">Bump from 
Java 6 to 7.</action>
       <action type="update" due-to="Gary Gregory">Bump from Java 7 to 
8.</action>
       <action issue="EMAIL-183" type="update" due-to="Lukas Petrovicky, 
gitmotte, Dependabot, Gary Gregory">Bump javax.mail:1.6.1 to 
jakarta.mail:1.6.7.</action>
-      <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen">Bump 
javax.mail dependency to 1.6.1, so that i18n is supported for email 
addresses.</action>
       <action type="update" due-to="Gary Gregory, Dependabot" 
dev="ggregory">Bump commons-parent from 50 to 65, #118, #128.</action>
       <action type="update" due-to="Dependabot, Gary Gregory" 
dev="ggregory">Bump spotbugs-maven-plugin from 4.0.0 to 4.7.2 #18.</action>
       <action type="update" due-to="Dependabot" dev="ggregory">Bump spotbugs 
from 4.0.6 to 4.7.2 #40.</action>

Reply via email to