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/04 16:50:45 UTC

(logging-log4j-audit) branch master updated: Update `org.mockito:mockito-core` to version `5.8.0` (#100)

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git


The following commit(s) were added to refs/heads/master by this push:
     new b9ad17a  Update `org.mockito:mockito-core` to version `5.8.0` (#100)
b9ad17a is described below

commit b9ad17adbe0cf24afa2f27a03e7068732faa8e96
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Mon Dec 4 16:50:39 2023 +0000

    Update `org.mockito:mockito-core` to version `5.8.0` (#100)
---
 pom.xml                                                  | 2 +-
 src/changelog/.1.x.x/update_org_mockito_mockito_core.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b8b86a..cac5eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
     <junit.version>4.13.2</junit.version>
     <jxr.plugin.version>2.5</jxr.plugin.version>
     <log4j2.version>2.21.1</log4j2.version>
-    <mockito.version>5.7.0</mockito.version>
+    <mockito.version>5.8.0</mockito.version>
     <plexus-utils.version>4.0.0</plexus-utils.version>
     <postgresql.version>42.7.0</postgresql.version>
     <spring.boot.version>2.7.18</spring.boot.version>
diff --git a/src/changelog/.1.x.x/update_org_mockito_mockito_core.xml b/src/changelog/.1.x.x/update_org_mockito_mockito_core.xml
index 26b7fae..85b5541 100644
--- a/src/changelog/.1.x.x/update_org_mockito_mockito_core.xml
+++ b/src/changelog/.1.x.x/update_org_mockito_mockito_core.xml
@@ -3,6 +3,6 @@
        xmlns="http://logging.apache.org/log4j/changelog"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
        type="changed">
-  <issue id="86" link="https://github.com/apache/logging-log4j-audit/pull/86"/>
-  <description format="asciidoc">Update `org.mockito:mockito-core` to version `5.7.0`</description>
+  <issue id="100" link="https://github.com/apache/logging-log4j-audit/pull/100"/>
+  <description format="asciidoc">Update `org.mockito:mockito-core` to version `5.8.0`</description>
 </entry>