You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2020/10/13 14:25:38 UTC

[nifi-registry] branch main updated: NIFIREG-423 Bump junit from 4.12 to 4.13.1 (#306)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7f2e4f7  NIFIREG-423 Bump junit from 4.12 to 4.13.1 (#306)
7f2e4f7 is described below

commit 7f2e4f7f503a77868cfef171ae40d5c731a84d76
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 13 10:25:07 2020 -0400

    NIFIREG-423 Bump junit from 4.12 to 4.13.1 (#306)
    
    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 nifi-registry-core/nifi-registry-test/pom.xml | 2 +-
 pom.xml                                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry-core/nifi-registry-test/pom.xml b/nifi-registry-core/nifi-registry-test/pom.xml
index a4804a5..67846dd 100644
--- a/nifi-registry-core/nifi-registry-test/pom.xml
+++ b/nifi-registry-core/nifi-registry-test/pom.xml
@@ -65,7 +65,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
         </dependency>
     </dependencies>
 
diff --git a/pom.xml b/pom.xml
index bbbead1..430c661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,7 +322,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
+            <version>4.13.1</version>
             <scope>test</scope>
         </dependency>
     </dependencies>