You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/03 22:49:56 UTC

(logging-log4j2) branch dependabot/maven/main/org.mockito-mockito-bom-5.8.0 updated (448c3bd58c -> 434ecfbac5)

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

github-bot pushed a change to branch dependabot/maven/main/org.mockito-mockito-bom-5.8.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit 448c3bd58c Bump org.mockito:mockito-bom from 5.7.0 to 5.8.0
     add c4b1b4e585 Update `ch.qos.logback:logback-classic` to version `1.4.14` (#2028)
     add a6d699c5fb Update `com.github.luben:zstd-jni` to version `1.5.5-11` (#2032)
     new 434ecfbac5 Bump org.mockito:mockito-bom from 5.7.0 to 5.8.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (448c3bd58c)
            \
             N -- N -- N   refs/heads/dependabot/maven/main/org.mockito-mockito-bom-5.8.0 (434ecfbac5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 log4j-parent/pom.xml                                                  | 4 ++--
 ...b_luben_zstd_jni.xml => update_ch_qos_logback_logback_classic.xml} | 4 ++--
 src/changelog/.3.x.x/update_com_github_luben_zstd_jni.xml             | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
 copy src/changelog/.3.x.x/{update_com_github_luben_zstd_jni.xml => update_ch_qos_logback_logback_classic.xml} (62%)


(logging-log4j2) 01/01: Bump org.mockito:mockito-bom from 5.7.0 to 5.8.0

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

github-bot pushed a commit to branch dependabot/maven/main/org.mockito-mockito-bom-5.8.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 434ecfbac56ef0f70eeddbc20d26472bb1b35486
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Dec 3 22:49:52 2023 +0000

    Bump org.mockito:mockito-bom from 5.7.0 to 5.8.0
    
    Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.7.0 to 5.8.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.7.0...v5.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 log4j-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 3b39e13165..de82c8f866 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -143,7 +143,7 @@
     <log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
     <logback.version>1.4.14</logback.version>
     <maven.version>3.8.6</maven.version>
-    <mockito.version>5.7.0</mockito.version>
+    <mockito.version>5.8.0</mockito.version>
     <mongodb.version>4.11.1</mongodb.version>
     <nashorn.version>15.4</nashorn.version>
     <netty.version>4.1.101.Final</netty.version>