You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/14 17:15:25 UTC

[nifi] 07/15: NIFI-9396 - MiNiFi - bump junit to 4.13.2

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit b79714c6f6e1273c7a83511d639389779c6506ef
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Fri Nov 19 13:04:27 2021 +0100

    NIFI-9396 - MiNiFi - bump junit to 4.13.2
    
    This closes #5538
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 minifi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 1dd9afb..54d4f32 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -508,7 +508,7 @@ limitations under the License.
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.12</version>
+                <version>4.13.2</version>
             </dependency>
             <dependency>
                 <groupId>org.mockito</groupId>