You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/15 22:35:16 UTC

[logging-log4j2] 10/18: Bump mockito.version from 4.8.1 to 4.11.0

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

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

commit 02d7fec9f9b33f2b28401cce424e740c1cfde30a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 1 10:02:28 2023 +0000

    Bump mockito.version from 4.8.1 to 4.11.0
    
    Bumps `mockito.version` from 4.8.1 to 4.11.0.
    
    Updates `mockito-core` from 4.8.1 to 4.11.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.11.0)
    
    Updates `mockito-inline` from 4.8.1 to 4.11.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.11.0)
    
    Updates `mockito-junit-jupiter` from 4.8.1 to 4.11.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v4.8.1...v4.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-inline
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.mockito:mockito-junit-jupiter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b6412f3ff1..bc8a228e4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -348,7 +348,7 @@
     <log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
     <logback.version>1.2.11</logback.version>
     <maven.version>3.8.6</maven.version>
-    <mockito.version>4.8.1</mockito.version>
+    <mockito.version>4.11.0</mockito.version>
     <mongodb.version>4.0.3</mongodb.version>
     <nashorn.version>15.3</nashorn.version>
     <netty.version>4.1.84.Final</netty.version>