You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/10 14:01:50 UTC

[logging-log4j2] branch master updated (2b8031a -> cde714a)

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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 2b8031a  Don't use deprecated Mockito class.
     new d990a7d  Fix indentation.
     new cde714a  Bump Mockito from 3.11.2 to 4.2.0.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 2 +-
 src/changes/changes.xml | 8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

[logging-log4j2] 01/02: Fix indentation.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit d990a7dd4e9ba92fb7db2f1840b2f7d7de824277
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 09:00:45 2022 -0500

    Fix indentation.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 95c4e9d..54a9f1c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -170,8 +170,8 @@
       <action issue="LOG4J2-2572" dev="ggregory" type="update">
         Update Apache Flume from 1.8.0 to 1.9.0.
       </action>
-	    <action issue="LOG4J2-2850" dev="vy" type="fix" due-to="sandeepbarnwal">
-		    Fixes incorrect constructor call in LocalizedMessageFactory.
+	  <action issue="LOG4J2-2850" dev="vy" type="fix" due-to="sandeepbarnwal">
+		Fixes incorrect constructor call in LocalizedMessageFactory.
       </action>
     </release>
     <release version="2.17.2" date="20YY-MM-DD" description="GA Release 2.17.2">

[logging-log4j2] 02/02: Bump Mockito from 3.11.2 to 4.2.0.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit cde714a666e5038fbb65e182bbd9363fbb16121f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 09:01:46 2022 -0500

    Bump Mockito from 3.11.2 to 4.2.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eeccb4a..78c9838 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
     <jctoolsVersion>3.3.0</jctoolsVersion>
     <junitVersion>4.13.2</junitVersion>
     <junitJupiterVersion>5.7.2</junitJupiterVersion>
-    <mockitoVersion>3.9.0</mockitoVersion>
+    <mockitoVersion>4.2.0</mockitoVersion>
     <byteBuddyVersion>1.11.0</byteBuddyVersion>
     <argLine>-Xms256m -Xmx1024m</argLine>
     <javaTargetVersion>11</javaTargetVersion>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 54a9f1c..7a218c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -264,6 +264,10 @@
       <action issue="LOG4J2-3282" dev="ckozak" type="add" due-to="Michael Vorburger">
         Add the log4j-to-jul JDK Logging Bridge
       </action>
+      <!-- UPDATE -->
+      <action dev="ggregory" type="udpate" due-to="Dependabot">
+        Bump Mockito from 3.11.2 to 4.2.0.
+      </action>
     </release>
     <release version="2.17.1" date="2021-MM-DD" description="GA Release 2.17.1">
       <action issue="LOG4J2-3264" dev="ckozak" type="fix" due-to="Yanming Zhou">