You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/10/24 14:19:56 UTC

[nifi] branch main updated: NIFI-10681 Upgraded Mockito from 3.11.2 to 3.12.4

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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new b88b1d0d7e NIFI-10681 Upgraded Mockito from 3.11.2 to 3.12.4
b88b1d0d7e is described below

commit b88b1d0d7ee6bcaf90469716ebd5ff83a3090070
Author: UcanInfosec <10...@users.noreply.github.com>
AuthorDate: Fri Oct 21 21:13:36 2022 -0400

    NIFI-10681 Upgraded Mockito from 3.11.2 to 3.12.4
    
    This closes #6566
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5982af13ae..4b804ec8bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
         <jersey.bom.version>2.36</jersey.bom.version>
         <log4j2.version>2.18.0</log4j2.version>
         <logback.version>1.2.11</logback.version>
-        <mockito.version>3.11.2</mockito.version>
+        <mockito.version>3.12.4</mockito.version>
         <netty.3.version>3.10.6.Final</netty.3.version>
         <snakeyaml.version>1.33</snakeyaml.version>
         <netty.4.version>4.1.82.Final</netty.4.version>