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

pkarwasz pushed a commit to branch dependabot/maven/main/mockito.version-5.2.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2ebc356a328adc32c7a685c70a9755e8abc222cb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 24 10:30:56 2023 +0000

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

diff --git a/pom.xml b/pom.xml
index 602a7bac16..a0c68afb79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -452,7 +452,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.11.0</mockito.version>
+    <mockito.version>5.2.0</mockito.version>
     <mongodb.version>4.10.2</mongodb.version>
     <nashorn.version>15.4</nashorn.version>
     <netty.version>4.1.86.Final</netty.version>

Reply via email to