You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/10/19 20:26:05 UTC

[jspwiki] 07/07: Update Mockito to 4.8.1 - closes #225

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 191d4bfa65818292f83ca83cec492221fc6a424a
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Wed Oct 19 22:25:13 2022 +0200

    Update Mockito to 4.8.1 - closes #225
---
 ChangeLog.md | 1 +
 pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog.md b/ChangeLog.md
index a434bfea9..b3b24791d 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -32,6 +32,7 @@ under the License.
   * JUnit to 5.9.1
   * Log4J to 2.19.0
   * Lucene to 9.4.0
+  * Mockito to 4.8.1 (closes/superseeds [#225](https://github.com/apache/jspwiki/pull/225))
   * NekoHTML to 2.1.2
   * Selenide to 6.9.0 (closes [#233](https://github.com/apache/jspwiki/pull/233)), thanks to dependabot
   * Tika to 2.5.0
diff --git a/pom.xml b/pom.xml
index 5c8c772f7..fecd3836c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <junit.version>5.9.1</junit.version>
     <log4j2.version>2.19.0</log4j2.version>
     <lucene.version>9.4.0</lucene.version>
-    <mockito.version>4.6.1</mockito.version>
+    <mockito.version>4.8.1</mockito.version>
     <nekohtml.version>2.1.2</nekohtml.version>
     <oro.version>2.0.8</oro.version>
     <sandler.version>0.5</sandler.version>